|
|
|
|
|
by kodemager
1615 days ago
|
|
> This already allows autocomplete for the attributes to work. So does the other way around in several SQL engines. If you write something a long the lines of select x.ID, y.NAME from bla.bla as x join hum.hum as y on x.ID = y.FK in msSQL you’ll get autocomplete on x. and y.. You’re right that it’s more intuitive to write the from first of course. |
|