SqlDbx Forum

SqlDbx

You are not logged in.

#1 2016-02-23 12:54:01

aangelo
Member

Bug: IntelliSense and JOIN...ON...

Hello!

I wrote a simple query using the following syntax:

SELECT 
* 
FROM an_parametri pa 
JOIN ft_dosaggi do 
ON

but as soon as I insert a space (e.g.) activating IntelliSense, I am suggested the following options:

an_parametri.id_parametro = ft_dosaggi.id_parametro 
ft_dosaggi.id_parametro = pa.id_parametro
pa

while I expected something similar to:

pa.id_parametro = do.id_parametro 
do.id_parametro = pa.id_parametro
pa
do

Environment:
SqlDbx x64 Version 4.13 (Professional Edition)
connected to MySQL database
OS: Windows 10 Home Edition

Is it possible to solve this behaviour?
Thank you for the attention.

Offline

Board footer

Powered by FluxBB