how to select * from tableA where columnA values doesn't starts 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:10 UTC
Read the original article Hit count: 147

Filed under:

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'

© Stack Overflow or respective owner

Related posts about sqlquery