Skip to content

Instantly share code, notes, and snippets.

@ytoshima
Created June 5, 2014 14:44
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 ytoshima/efb3be51544d5b6a97d8 to your computer and use it in GitHub Desktop.
Save ytoshima/efb3be51544d5b6a97d8 to your computer and use it in GitHub Desktop.
OQL snippets
/* dump big byte arrays in ascii */
select [ba, ba.length, String.fromCharCode.apply(String,
toArray(ba))] from [B ba where ba.length > 1000000
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment