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'"); 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 ... 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! 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
Archived
This topic is now archived and is closed to further replies.