how to select * from tableA where columnA values don't start with letter 'F'

Posted by subash on Stack Overflow See other posts from Stack Overflow or by subash
Published on 2010-05-20T04:06:14Z Indexed on 2010/05/20 4:20 UTC
Read the original article Hit count: 178

Filed under:

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'.

© Stack Overflow or respective owner

Related posts about sql