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?