I’m new to mySQL and as such am just looking for a very simple COUNT query which I haven’t found explained online with any real clarity.
What I’m looking to do is
COUNT the number of rows in my PASSENGER table where groupID = 0, and then be able to echo the numerical value that the count will return, how can I do this?
Something like this