how to select * from tableA where columnA values doesn't starts with letter 'F'
- by subash
hi
can i have sql query to get the datas froma columna in tableA whose values doesn,t starts with 'f'
select * from tableA where columnA values doesn't starts with letter 'F'