jd2007 Posted July 14, 2007 Share Posted July 14, 2007 SELECT * FROM table_name WHERE column_name!='NULL'; Quote Link to comment Share on other sites More sharing options...
wildteen88 Posted July 14, 2007 Share Posted July 14, 2007 It says select all from the table 'table_name' where the column 'column_name' is not set to 'NULL' Quote Link to comment Share on other sites More sharing options...
metrostars Posted July 14, 2007 Share Posted July 14, 2007 t means select every cloumn from table_name where column_name isn't empty. EDIT: Beat me to it. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.