Vanilla 1.1.4 is a product of Lussumo. More Information: Documentation, Community Support.
[Job table]
SELECT COUNT(*), j_id, j_title FROM job;
#Now this query ask me to put group by, then as I am using count()
SELECT COUNT(*), j_id, j_title FROM job GROUP BY j_id;
#This query is throwing an error
1 to 1 of 1