Skip to content
#

sql-client

Here are 28 public repositories matching this topic...

antares
UglyBlueCat
UglyBlueCat commented Mar 14, 2022

Describe the bug
A query containing a join with a query on one side return 'table does not exist'
The same query works in other SQL clients as well as embedded in Java

To Reproduce
Execute a query with a join where one side is a query, similar to this one:

SELECT jb.*, ja.ToCustomerID
FROM aajobdetails jb 
LEFT JOIN (
            SELECT * FROM aajoballocation 
        
bug good first issue Needs more informations

Improve this page

Add a description, image, and links to the sql-client topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the sql-client topic, visit your repo's landing page and select "manage topics."

Learn more