Details
-
Type:
Technical task
-
Status: Closed (View Workflow)
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 10.2.0
-
Component/s: Optimizer
-
Labels:
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