Details
-
Bug
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
None
-
None
-
None
Description
Allow both:
select * from (select * from foo) bar
select * from (select * from foo) as bar
Allow both:
select * from (select * from foo) bar
select * from (select * from foo) as bar