Options

Suggestions not showing up in UPDATE with EXISTS queries

enrico_fracconenrico_fraccon Posts: 2 New member
edited June 10, 2021 10:13AM in SQL Prompt
SQL Prompt version: 10.6.13.20795
SSMS version: 18.9.1

I have a query which needs to update the records of the table IMP_MISSIONI_TRASFERIMENTO (imt) where exists a record on the table SALDI_DETTAGLIO (sd) with a certain condition. When inside the exists, SQL Prompt does not suggets the columns of "imt":



But it will show them on an UPDATE with INNER JOIN or in a select with the same condition:




At the same time, if i write only the column name, it suggests the "imt" alias, so i think it should appear on the the suggestions when i write "imt."


Do you know if there is a settings which allows me to make it show the suggestion or if it's a bug?

Thank you and kind regards,
Enrico

Tagged:

Best Answer

Answers

Sign In or Register to comment.