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

Duplicating from clause

Typing:
select * from <ctrl spaces) -> ok it shows me the tables

I choosed the table and continue typing:
where <ctrl spaces) ## the firts problem, it shows me all objects, not only my_table columns

but ok, I choosed a my_table column but now my t-sql appears like

select * from dbo.my_table where my_column
from dbo.my_table

So, it is inseting a second from clause

Thanks

Ésio Nunes
EsioN
0

Comments

1 comment

  • EsioN
    In time...

    It only heappens when I alredy have other sentences at the query analyzer window.

    If I clear all my script in the window, this problem don't appear, but, if this is my second statement, I get the problem.
    EsioN
    0

Add comment

Please sign in to leave a comment.