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

BUG: adding twice the same alias

Hello,

I try to write a simple query joining syscolumns and sysobjects, and the code inserted by the tool looks like:
select * from [sys].[syscolumns] AS s inner join [sys].[sysobjects] AS s
Ooops: twice the same name for table aliases! I would defintely expect another name, be it as simple as s2.

Regards,

Emmanuel
nanchen
0

Comments

1 comment

  • Bart Read
    Yeah, sorry about that: definitely my bad. :S That's going to be one of the first things I fix.
    Thanks,
    Bart
    Bart Read
    0

Add comment

Please sign in to leave a comment.