Comma separated values when copying cell data
When you copy cell data, for example 5 ids, I would like to be able to copy them as comma separated data in order to use in IN statements.
For example, if you have 3 rows of results like the following:
id name
1 George
2 John
3 Gregory
I wish to copy ids as comma separated values in order to use them in a Select statement like:
SELECT * FROM temp t where t.id in (1, 2,3)
5
votes
ppolyzos
shared this idea
-
AdminDevart (_, Devart) commented
Dear User,
Kindly be informed that this feature has already been implemented.
So please, update to the latest version.
Best,
Devart Support Team