This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ ht shell | |
hypertable> create table bookmarks (url); | |
Elapsed time: 0.03 s | |
hypertable> INSERT INTO bookmarks VALUES | |
-> ("homepage", "url", "http://alexdong.com"); | |
Elapsed time: 0.00 s | |
Avg value size: 19.00 bytes | |
Total cells: 1 |
NewerOlder