Skip to content

Instantly share code, notes, and snippets.

@j7nn7k
Created February 12, 2018 19:09
Show Gist options
  • Save j7nn7k/1dce659407432cfb70b763fa3cb8c5fe to your computer and use it in GitHub Desktop.
Save j7nn7k/1dce659407432cfb70b763fa3cb8c5fe to your computer and use it in GitHub Desktop.
SELECT
deviceId,
eventEnqueuedUtcTime,
temperature,
humidity
INTO
[CosmosDBOutput]
FROM
[IoTHubInput] TIMESTAMP BY eventEnqueuedUtcTime
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment