You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've noticed that I can retrieve an IdentifierExpression from an AliasedExpression by calling GetAs(), and while this does compile, it doesn't yield the desired query:
Hi Doug, quick question regarding table aliases. I'm not sure if this is something already built into the API, or if I'm doing it wrong.
I can't seem to figure out a way to generate the following query:
I would expect the code to look something along the lines of:
But, this does not compile.
I've noticed that I can retrieve an
IdentifierExpression
from anAliasedExpression
by callingGetAs()
, and while this does compile, it doesn't yield the desired query:generated query:
Dialect
The text was updated successfully, but these errors were encountered: