Aliases unavailable in `WHERE` clauses.
Closed this issue · 1 comments
beauby commented
Example: SELECT 1 AS foo WHERE foo = 1
.
beauby commented
After discussions offline, let's not support this. MySQL does not allow it, and while SQLite supports some flavor of this (namely when the alias refers to a non-aggregate expression), it would take significant work to support it in SKDB with limited benefits.