Skip to content

Instantly share code, notes, and snippets.

@hasokeric
Created January 11, 2016 17:06
Show Gist options
  • Save hasokeric/3a34019f8c7a9a04ad5a to your computer and use it in GitHub Desktop.
Save hasokeric/3a34019f8c7a9a04ad5a to your computer and use it in GitHub Desktop.
OUTPUT TO "C:\quotes.csv" PAGE-SIZE 0.
EXPORT DELIMITER ";"
"QuoteNum"
"ROWID".
FOR EACH QuoteHed NO-LOCK:
EXPORT DELIMITER ";"
string(QuoteHed.QuoteNum)
string(ROWID(QuoteHed)).
END.
OUTPUT CLOSE.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment