SqlDbx Forum

SqlDbx

You are not logged in.

#1 2009-09-24 13:56:58

maac2002
Member

Old bug

To the date, the bug in intellisense corresponding to the
missed proposed alias in a subquery is present:

SELECT t1.* FROM Table t1 WHERE EXISTS ( SELECT t2.Id2 FROM Table2 t2
WHERE t2.Id1 = t1.Id1 )

inside of parenthesis, t1 exists and t2 NOT.

Also, in other more complex queries this behaviour is similar.

Offline

#2 2009-09-24 22:44:08

sqldbxhelp
Administrator

Re: Old bug

I would not call it a bug but more like a limitation smile
This definitely will be addressed in one of the releases.

Offline

Board footer

Powered by FluxBB