Is there any key like "Alt+/" in Eclipse when I'm writing SQL Query?
For example, if I type "s", and press some keys, it will tell me all the Object begin which "s" such as "SELECT","SET" or some databases/tables begin with "s".
Ah, you mean a completion proposal. Yes, HeidiSQL has such a thing. In a query editor, press Ctrl+Space to invoke it manually. Also when you type a dot - for example after a table alias - Heidi will propose you all column names in that table:
Or all tables from a database:
SELECT *
FROM mytable AS m
WHERE m.[!proposal opens]
Or all tables from a database:
SELECT *
FROM mydb[!proposal opens]
Please login to leave a reply, or register at first.