Comments
1 comment
-
We are working hard on adding support for constructs like derived tables. In this new version of SQL Prompt we are using a new parser which should allow us to support these statments. I can't promise anything but I personally would like to see better support for these statments as I use them all of the time. They are the best thing sinced sliced bread.
Lionel
Add comment
Please sign in to leave a comment.
Currently, it is just giving me garbage when I try to use it on a derived table or CTE. For instance, type in:
select
from
(
select id1
from x
) y
WHERE y.
As soon as I hit the "." after the "y", I get a popup window, as expected. First option: acud (ALTER CUBE) -- not at all within the context of where I am in the query (the first choices, even if not from the derived table, should at least be column names), and not even in the right language.