Discussion in 'Databases' started by sudharsan, Dec 3, 2008.
can any one how to get only words starting with A from my SQL database using php..
select name from table_name where field like 'A%'
Separate names with a comma.