Displaying 1 result from an estimated 1 matches for "tables_in_ts".
2011 Mar 16
0
Quantmod getSymbol.MySQL
...|
+--------------------------------+
| information_schema |
| mysql |
| test |
| ts |
+--------------------------------+
mysql> use ts;
Database changed
mysql> show tables;
+--------------------+
| Tables_in_ts |
+--------------------+
| ACC |
+--------------------+
mysql> select * from ACC;
+------------------------------+------------+---------+-------------+------------+-------------+
| Date | Open | High | Low | Close |
Volume |
+----------------...