Hi,
I want to create a sql query that will display only the rows that start with "A".
How can I do it?
Thnaks, Assaf
select * from table where field like "A%"