Skip to content

Instantly share code, notes, and snippets.

@null712
Created July 16, 2014 18:57
Show Gist options
  • Save null712/26b611d99f3922c944c0 to your computer and use it in GitHub Desktop.
Save null712/26b611d99f3922c944c0 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