Suggestion: Drag&Drop select with table alias

Bernhard

Member
Hi,

the feature to create a select statement by drag&drop a table from the object browser to a SQL window is very usefull.

Would it be possible to extend the functionality to add a default (or user defined) table alias to the select statement?

Example:
instead of
select emp_name, emp_first_name from emp;

I would like to have
select t.emp_name, t.emp_first_name from emp t;

Thanks a lot,

Bernhard
 
Back
Top