Join and 'using'
the visual query does not support a join with the keyword USING
ex : select * from a INNER JOIN b USING (id)
(almost equivalent to "select * from a INNER JOIN b ON a.id = b.id " but the field id would not be repeated) . the visual query tool sys that there is a syntax issue
I use Postgresql database
Hello,
This problem will be fixed in the new major version. We are working on it now. Hopefully, it will be released until the end of this year.