document.write('
Data hosted with ♥ by Pastebin.com - Download Raw - See Original
  1. $ sqlite .ht.visitas
  2. SQLite version 2.8.17
  3. Enter ".help" FOR instructions
  4. sqlite> CREATE TABLE cuanta (gente NUMERIC);
  5. sqlite> INSERT INTO cuanta VALUES(0);
  6. sqlite> SELECT gente FROM cuanta;
  7. 0
');