Created
June 5, 2019 14:45
-
-
Save laginha87/15c3c94594e218b12a22fb58f91f905b to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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