it would be nice to have such a features:
1) paste column name when you drag a column(name) from query result window to query window. For example: you do select * from table1 and get result: col1, col2, col3 and you want to write a where clause so you simply drag a column name from result to the query text and get the column name pasted
2) make a possibility to select cells in result grid as in excel
for example, we have result set:
col1|col2|col3|col4
-------------------
A | B | C | D
E | F | G | H
I | J | K | L
and we need to copy values of cell F G J K or B and K or something similar
3) edit data
is there a posibility to edit query data without adding rowid manualy? if we have table with thousands of record and for example 20 columns, is there a possibility to edit data returned by provided query:
select col1, col2 from some_table where ...
if not - then its a request
thank you
1) paste column name when you drag a column(name) from query result window to query window. For example: you do select * from table1 and get result: col1, col2, col3 and you want to write a where clause so you simply drag a column name from result to the query text and get the column name pasted
2) make a possibility to select cells in result grid as in excel
for example, we have result set:
col1|col2|col3|col4
-------------------
A | B | C | D
E | F | G | H
I | J | K | L
and we need to copy values of cell F G J K or B and K or something similar
3) edit data
is there a posibility to edit query data without adding rowid manualy? if we have table with thousands of record and for example 20 columns, is there a possibility to edit data returned by provided query:
select col1, col2 from some_table where ...
if not - then its a request

thank you