Paging in Mysql CLI

Via: paging in de mysql command line interface. Na geploeter met limit om een indruk van datasets te krijgen kan het ook zo:

mysql> \P less
mysql> PAGER set to 'less'
mysql> select foo,bar from table\G

Leave a Reply