Skip to content

Instantly share code, notes, and snippets.

@null712
Last active August 29, 2015 14:04
Embed
What would you like to do?
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