Skip to content

Instantly share code, notes, and snippets.

@simonrenoult
Last active July 1, 2019 08:51
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save simonrenoult/291daf8a3e28098826feda5712d371a9 to your computer and use it in GitHub Desktop.
Save simonrenoult/291daf8a3e28098826feda5712d371a9 to your computer and use it in GitHub Desktop.
mysql> SELECT * FROM articles;
+------------+-----------------------------+-----------------+
| article_id | article_title | article_content |
+------------+-----------------------------+-----------------+
| 1 | Les tomates en Provence | Lorem ipsum... |
| 2 | Les courgettes de Normandie | Lorem ipsum... |
| 3 | Les pommes de Lorraine | Lorem ipsum... |
| 4 | Les poires de Paris | Lorem ipsum... |
| ... | ... | ... |
| 999986 | La menthe de Bretagne | Lorem ipsum... |
+------------+-----------------------------+-----------------+
999986 rows in set (1.25 sec)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment