SELECT valuation, valuation FROM baseball
GO
SELECT valuation, valuation ALIAS FROM baseball
GO
SELECT FLATTEN valuation, valuation ALIAS FROM baseball
GO
SELECT Flatten *, valuation FROM baseball
GO
SELECT Flatten *, valuation ALIAS FROM baseball
GO
3. You can see for 2nd query null is being displayed
Alias handling has been rewritten to support these scenarios. Aliases are not supported by MongoDB API, therefore all translations are done at JDBC driver level.
Issue #8645 |
Closed |
Fixed |
Resolved |
Completion |
No due date |
Fixed Build mongo-jdbc 1.1.3 |
No time estimate |
Alias handling has been rewritten to support these scenarios. Aliases are not supported by MongoDB API, therefore all translations are done at JDBC driver level.