auto insert - scope of functionality
austrianfoodispuke
Posts: 100
If I define an alias i.e. customers as cst in the 'auto insert' section, I would expect to then be able to do the following:
select cst.<prompt showing all columns in customers>
I would also expect to be able to do the following
...
FROM cst<automatically replaced with "dbo.customers cst"
Neither of which occur.
Am I missing something?
select cst.<prompt showing all columns in customers>
I would also expect to be able to do the following
...
FROM cst<automatically replaced with "dbo.customers cst"
Neither of which occur.
Am I missing something?
Comments
SQL Prompt is not designed to work that way in our current version.
However, it is something we plan to look into for our future versions.
Thanks,
Tanya