how to select * from tableA where columnA values don't start with letter 'F'
- by subash
Can I have a SQL query to get the data from columna in tableA whose values don't start with 'f' ?
For example:
select * from tableA where columnA
where values don't start with letter 'F'.