phpbeginner Posted September 29, 2007 Share Posted September 29, 2007 I have a table with fldname. I want to display all records except where the fldname=xxxx. I thought an except where='xxxx' would work but not. Below is what I used. Any help is greatly appreciated ! $rs=mysql_query("select * from tbllist except WHERE fldname='xxxx'"); Quote Link to comment https://forums.phpfreaks.com/topic/71146-mysql_query-help/ Share on other sites More sharing options...
phpbeginner Posted September 29, 2007 Author Share Posted September 29, 2007 forget it....major brain fart Quote Link to comment https://forums.phpfreaks.com/topic/71146-mysql_query-help/#findComment-357798 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.