How can we help you today? How can we help you today?

SQL Prompt creates a prefix

I was trying to type this:

select [ORDERID]
from [dbo].[ORDERSDETAIL]

and got this instead:

select o.[ORDERID]
from [dbo].[ORDERSDETAIL]

SQL Prompt created a prefix for the select elements but did not specify one for the from elements.

This is in Query Analyzer.
DaveTheWave
0

Comments

1 comment

  • Lionel
    Thanks for the feedback. I have put this into our bug tracking database. The alaising functionality seems to be giving people some problems so we will be doing a lot more testing in that area.

    Lionel
    Lionel
    0

Add comment

Please sign in to leave a comment.