format setting for "Copy as IN clause"
when I paste after "Copy as In clause", got contents like this:
IN
(
1, --comma at behind
2
)
I hope got this:
IN
(
1
,2 --comma at before
)
please provide option, thanks.
4
votes
ahdung
shared this idea
-
Meilech commented
Voting same as @Jeff Humphreys to generate "IN(1,2,3,4,5,6,7)"
-
Jeff Humphreys commented
Voting for in general controlling the formatting of the IN generation. One I'd like is to generate "IN(1,2,3,4,5,6,7)" as a single line. I've generated ones that had 100+ options, for debugging and excluding a bunch of stuff trying to isolate that one oddball, the outlier. I don't need to see these individually, just to understand these are "other" values.