Skip to content

Instantly share code, notes, and snippets.

@rsds143
Created April 29, 2016 21:50
Show Gist options
  • Save rsds143/8702d333918b8daa5c4edd3d45910098 to your computer and use it in GitHub Desktop.
Save rsds143/8702d333918b8daa5c4edd3d45910098 to your computer and use it in GitHub Desktop.
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