acidglitter Posted September 3, 2007 Share Posted September 3, 2007 is there a way to make a query thats like mysql_query("SELECT * FROM table WHERE id is not '4' AND type='type'"); Quote Link to comment https://forums.phpfreaks.com/topic/67791-solved-mysql-query-that-avoids-one-row/ Share on other sites More sharing options...
AndyB Posted September 3, 2007 Share Posted September 3, 2007 WHERE id!=4 ... Quote Link to comment https://forums.phpfreaks.com/topic/67791-solved-mysql-query-that-avoids-one-row/#findComment-340624 Share on other sites More sharing options...
acidglitter Posted September 3, 2007 Author Share Posted September 3, 2007 its that easy? thanks! Quote Link to comment https://forums.phpfreaks.com/topic/67791-solved-mysql-query-that-avoids-one-row/#findComment-340653 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.