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
Hey guys, are there any plans to work on CTE (common table expressions) support?
They are a part of SQL standard, supported by most popular RDBM and their usage is widely considered to be best practice when there's a need for multiple (potentially nested) subquieries.
The text was updated successfully, but these errors were encountered:
Thanks for the suggestion @fuyfuy . I think this can be handled by allowing users defining relations based on queries (in some sense like a macro). What do you think @stechu ?
Hey guys, are there any plans to work on CTE (common table expressions) support?
They are a part of SQL standard, supported by most popular RDBM and their usage is widely considered to be best practice when there's a need for multiple (potentially nested) subquieries.
The text was updated successfully, but these errors were encountered: