I'm trying out jqgrid and I can't figure out this query, specifically what a, b, client and client_id are?
$result = mysql_query("SELECT COUNT(*) AS count FROM table_name a, clients b WHERE a.client_id=b.client_id");
I'm trying to adapt the code from one of the demos of the site and this doesn't seem to be explained anywhere.
Any help would be great.