|
See HQL Documentation: ALTER TABLE for complete syntax.
INSERT & DELETE
Now let's augment the QueryLogByUserID table by adding some information in the Notes column for a few of the queries:
hypertable> INSERT INTO QueryLogByUserID VALUES
("000019058 2008-11-13 07:24:43", "Notes", "animals"),
("000019058 2008-11-13 07:57:16", "Notes", "food"),
("000019058 2008-11-13 07:59:36", "Notes", "gardening");
Elapsed time: 0.01 s
Avg value size: 6.67 bytes
Total cells: 3
Throughput: 298.36 cells/s
Resends: 0 |
|