I'd like to see a more advanced auto complete in SQLyog. For instance, if your sql statement is
select a.* , b.* from a_table a, b_table b where a.column_name = b.column_name
I'd like to have an auto complete in the where clause when I type in the table alias. a. or b. for the table.
I think this would be very helpful, especially for large sql statements.
Thanks!