When a SQL statement contains 2 alias names, the pick lick doesn't show when typing one of the alias names to retrieve the columns.
For example, in the statement below, after typing 'da.' at the end, the pick list doesn't appear. (It does appear, if you type 'db.')
SELECT *
FROM SYS.DUAL DA
INNER JOIN SYS.DUAL DB ON DB.DUMMY = da.
© 2025 Quest Software Inc. ALL RIGHTS RESERVED. Terms of Use Privacy Cookie Preference Center