Skip to content

Instantly share code, notes, and snippets.

@null712
Last active August 29, 2015 14:04
Show Gist options
  • Select an option

  • Save null712/241db74c0501bb993bc1 to your computer and use it in GitHub Desktop.

Select an option

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