Skip to content
#

windows-app

Here are 282 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 
        

Improve this page

Add a description, image, and links to the windows-app 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 windows-app topic, visit your repo's landing page and select "manage topics."

Learn more