You can use sql's LEFT() function:
select flds from table where left(fldname, 2) = yourValue

Good luck