mysql
#1

this is for get how much rows are in one table right?
pawn Код:
mysql_query("SELECT NULL FROM table1");
mysql_store_result();
new rows = mysql_num_rows();
mysql_free_result();
 
printf("There are %d rows in table1",rows);
so how i can get wirh this code how much rows have the lettere a ? or the id 1
Reply


Messages In This Thread
mysql - by iJumbo - 06.11.2010, 10:27
Re: mysql - by Calgon - 06.11.2010, 11:04
Re: mysql - by iJumbo - 06.11.2010, 11:10

Forum Jump:


Users browsing this thread: 1 Guest(s)