If searching via SQL, try:
SELECT <col_name> FROM <table_name> WHERE <search_col_name> LIKE 'A%'
or some variant of that depending on the DBMS, etc.
Hope that helps, you werent specific on where the data was located so I took a stab at helping...
Good Luck
|