Skip to content

Instantly share code, notes, and snippets.

@hunnycode
Last active May 13, 2016 09:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save hunnycode/d03ef3dbee26d7006d33acb168d19bf8 to your computer and use it in GitHub Desktop.
Save hunnycode/d03ef3dbee26d7006d33acb168d19bf8 to your computer and use it in GitHub Desktop.
【ハンズオン】Node-RED入門編 ref: http://qiita.com/joohounsong/items/5b5241df84f910df6627
CREATE TABLE "TWEETS"
(
"TWEETID" VARCHAR(50),
"SENTIMENT" INT
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment