mysql group by help
#1

resolve
Reply
#2

just on THREAD_jobc how to show the result as on PHPmyadmin?
Reply
#3

I need to use mysql_num_fields mysql_field_count ? I use MySQL Plugin
Reply
#4

Код:
case THREAD_jobc:
		{
		    if(IsPlayerConnected(extraid))
		    {
		        mysql_store_result();
			    new result[25];
			    while(mysql_retrieve_row())
			    {
			        new idjob;//,SQL;
			        mysql_fetch_field_row(result,"Job"); idjob = strval(result);
					format(string, sizeof(string), "Job: %d: %d ", idjob, mysql_num_rows());
					SendClientMessage(extraid, COLOR_WHITE, string);
                }
			}
		    mysql_free_result();
		}
For the count I don't kwow
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)