MySQL statement terminators
There is the semicolon “;” that every one knows, and “\g” which is just the same:
mysql > SELECT * FROM wp_links;
mysql > SELECT * FROM wp_links\g
Those are exactly the same, and will produce the same result, here is an example:
mysql> select * from wp_links \g
+———+———————–+————–+————+————-+—————+——————+————–+————+————-+———————+———-+————+———————–+
| link_id | link_url [...]
