MySQL Limit
Posted: Sun Mar 12, 2006 1:12 pm
Hi,
I have this code:
Inside this Mysql db I have multiple data, one row is called "category". In the category row I have different values, like 'Toys', 'Games' etc..
Is it possible to only get the row with data containing 'Games'? And how do i do it?
Thanks!
I have this code:
Code: Select all
$sql = mysql_query("SELECT * FROM table");Inside this Mysql db I have multiple data, one row is called "category". In the category row I have different values, like 'Toys', 'Games' etc..
Is it possible to only get the row with data containing 'Games'? And how do i do it?
Thanks!