SQL query...
How can I count a number of items through SQL without incrementing a variable all the time... (taking a lot of process server-side for no reason)
For instance,
If I have a structure named 'crack-addicts', containing a string 'name', how can I count the number of 'crack-addicts' without selecting * and doingand stuff...Code:count += 1
thx for the help!
:wave:
