filmov
tv
[055] Using the GROUP BY in MySQL SELECT statements

Показать описание
This video demonstrates the basics of using the GROUP BY feature of SELECT statements. It also demonstrates how to activate and deactivate pagination in MySQL console using "less". When in "less" use the space, enter, and Q key to advance one page, advance one line, and exit pagination, respectively.
W3Schools reference on GROUP BY:
Turn on pagination using the SQL command:
pager less
Turn off pagination using the SQL command:
nopager
W3Schools reference on GROUP BY:
Turn on pagination using the SQL command:
pager less
Turn off pagination using the SQL command:
nopager