Details
-
Technical task
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Fixed
-
None
Description
Support for WITH:
This allows you to refer to a sub query as a table.
Example:
with t as (select a from t1 where b >= 'c')
select * from t2,t where t2.c=t.a
Attachments
Issue Links
- relates to
-
MDEV-5535 cannot reopen temporary table
- Closed
- links to