Created
April 29, 2016 21:50
-
-
Save rsds143/8702d333918b8daa5c4edd3d45910098 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
BEGIN UNLOGGED BATCH; | |
INSERT INTO weather_readings (date, timestamp, temp) values (20140822,'2014-08-22T11:00:00.00+0000', 98.2); | |
INSERT INTO weather_readings (date, timestamp, temp) values (20140822,'2014-08-22T11:00:15.00+0000', 99.2); | |
APPLY BATCH; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment