Replies: 5 comments
|
Yes, I think this is a great idea. |
0 replies
|
This looks geat! Thanks for the quick turnaround! |
0 replies
|
I did have a thought - what would you think about adding newlines? It might be more readable for very long statements especially with the (1, 2, 6, 9, 13, 14, 15, 16, 17, 20, 22, 24, 27, 29, 31, ...)vs (
1,
2,
6,
9,
13,
14,
15,
16,
17,
20,
22,
24,
27,
29,
31,
...) |
0 replies
|
How about combining both options? |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
A common scenario when troubleshooting, especially when comparing records between local and prod databases, is to be able to quickly select a range of PKs or other values and copy them as an IN (...) clause, properly quoted depending on the type.
This would copy
IN (1,2,3,4)to the clipboard.Copy Select as IN (...) would be in this context menu, but it probably only makes sense when values from a single column are selected.

I think this would a useful feature!
Edit: If this feature sounds like a good addition I would be happy to take the first pass at the implementation and submit PR.
All reactions