SELECT city a, teamName b FROM baseball
go
select a,b from ( SELECT city a, teamName b FROM baseball) as temp
go
select * from ( SELECT city a, teamName FROM baseball) as table
go
Fixed the extra _id issue; fixed the fields order inside the resultset.
Issue #8647 |
Closed |
Fixed |
Resolved |
Completion |
No due date |
Fixed Build nosql-jdbc 1.1.1 |
No time estimate |
1 issue link |
is broken by #9420
Issue #9420Temporary collection created by the program for FROM(SELECT stays in the DB |
Fixed the extra _id issue; fixed the fields order inside the resultset.