Skip to content

Instantly share code, notes, and snippets.

@null712
Last active August 29, 2015 14:04
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 null712/241db74c0501bb993bc1 to your computer and use it in GitHub Desktop.
Save null712/241db74c0501bb993bc1 to your computer and use it in GitHub Desktop.
inst_id = ‘8897’
data = ExecuteSqlQuery(paste(
“SELECT *
FROM trades
WHERE date_time >= ‘2014-01-01’
AND instrument_id =”, inst_id,
sep = ””)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment