Skip to content

Instantly share code, notes, and snippets.

@laginha87
Created June 5, 2019 14:45
Show Gist options
  • Save laginha87/15c3c94594e218b12a22fb58f91f905b to your computer and use it in GitHub Desktop.
Save laginha87/15c3c94594e218b12a22fb58f91f905b to your computer and use it in GitHub Desktop.
ids = [
7147288,
3747828,
5351370,
5164085,
3027934,
386650,
121394,
7299902,
2841417,
5964963
].map{|e| "'#{e.to_s 16}'"}.join(",")
puts "select * from blah where blah.id in (#{ids});"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment