Guest Posted November 16, 2006 Share Posted November 16, 2006 How do i do a mysql query where it selects everything biggger than or equal to a number? Link to comment https://forums.phpfreaks.com/topic/27486-sql-bigger-than-eqaul-to/ Share on other sites More sharing options...
trq Posted November 16, 2006 Share Posted November 16, 2006 [code]SELECT a WHERE a >= 10;[/code] Link to comment https://forums.phpfreaks.com/topic/27486-sql-bigger-than-eqaul-to/#findComment-125651 Share on other sites More sharing options...
Guest Posted November 16, 2006 Share Posted November 16, 2006 Thank you that worked but the opposite less than doesnt work i get[code]Parse error: syntax error, unexpected '<' in[/code]how would i do less than im doing <= Link to comment https://forums.phpfreaks.com/topic/27486-sql-bigger-than-eqaul-to/#findComment-125653 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.