× Heads up!

Aqua Data Studio / nhilam

Follow
IDE for Relational Databases
×
tariqrahiman reported 2013-04-10T00:29:01Z  · last modified 2013-04-12T20:43:11Z

select * from (select from .. ) as temp displays an extra _id column


Dev
Emil Goicovici
emil.goicovici
QA
Jenny Nishimura
JennyNishimura
Priority Low
Complexity Unknown
Component MongoSQL
Version 14.0
Version: 14.0-dev-36
Build #: 31873
Build Date: 2013-Apr-09 09:02:56 AM
 
select * from  (select from .. ) as temp displays an extra _id column
 
1. Open a query window and execute below queries against the baseball table. You can see for the 3rd query _id gets displayed which seems to be incorrect.
 
2. Compare the same set of queries against the SQL Server Orders table and you can see the difference
 

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

 

 

1 attachment

Issue #8647

Closed
Fixed
Resolved 2013-04-10T14:37:39Z
 
 
Completion
No due date
Fixed Build nosql-jdbc 1.1.1
No time estimate

About AquaClusters Privacy Policy Support Version - 19.0.2-4 AquaFold, Inc Copyright © 2007-2017