Skip to content

Instantly share code, notes, and snippets.

@ccarpenterg
Created June 14, 2010 23:54
Show Gist options
  • Save ccarpenterg/438497 to your computer and use it in GitHub Desktop.
Save ccarpenterg/438497 to your computer and use it in GitHub Desktop.
mysql> select * from acciones where symbol = 'VAPORES' and date > '2010-05-31';
+---------+----------+----------+------------+
| symbol | price | volume | date |
+---------+----------+----------+------------+
| VAPORES | 461.4900 | 1456466 | 2010-06-01 |
| VAPORES | 469.5200 | 2751787 | 2010-06-02 |
| VAPORES | 473.7700 | 2242733 | 2010-06-03 |
| VAPORES | 469.9500 | 1761573 | 2010-06-04 |
| VAPORES | 470.3400 | 2037112 | 2010-06-07 |
| VAPORES | 480.0100 | 3805728 | 2010-06-08 |
| VAPORES | 503.9100 | 11318239 | 2010-06-09 |
| VAPORES | 519.2200 | 9920787 | 2010-06-10 |
| VAPORES | 520.3600 | 4685806 | 2010-06-11 |
| VAPORES | 515.7600 | 5168584 | 2010-06-14 |
| VAPORES | 519.8900 | 9249213 | 2010-06-15 |
+---------+----------+----------+------------+
11 rows in set (0.00 sec)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment