It would be nice if the user , after querying a table/view, had the ability to then select multiple cells, and copy the column name and the data , and paste it in the editor with the appropriate syntax
col_hdr1 in('a','b','c') and col_hdr2 in(3,4,6) and col_hdr3 in (TO_DATE('26-AUG-2020 11:23:33 AM','DD-MON-YYYY HH:MI:SS AM'))
Currently we have to type the column name, and copy the data , and then wrap them around brackets , add commas, add quotes around varchars etc.
Regards