In SQL, why is "select *, count(*) from sentGifts group by whenSent;" ok, but when "*" and "count(*)" is switched position, then it gives an error?
In SQL, using the table:
mysql>select * from sentGifts;
+--------+------------+--------+------+---------------------+--------+
问答
阅读(2)