Skip to content

Fix for multiple results from subquery

Dian Fay requested to merge github/fork/Kwal/master into master

Created by: Kwal

If the table name is the same between multiple schemas, multiple results get returned from the subquery which causes the query to fail.

Merge request reports