The Arcive of vBulletin Modifications Site. |
|
|
#1
|
|||
|
|||
|
LOL, I came across this while researching the use of COUNT(*):
Code:
Number of animals per sex: mysql> SELECT sex, COUNT(*) FROM pet GROUP BY sex; +------+----------+ | sex | COUNT(*) | +------+----------+ | NULL | 1 | | f | 4 | | m | 4 | +------+----------+
|
|
#2
|
||||
|
||||
|
Ha:ninja:
You forgot the possibility that it could mean both
|
|
#3
|
||||
|
||||
|
lmfao
|
![]() |
|
|
| X vBulletin 3.8.12 by vBS Debug Information | |
|---|---|
|
|
More Information |
|
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|