You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 12, 2020. It is now read-only.
Alias from table name must associate with table name and columns.
If i type select * from TABLE_NAME TN where TN.COLUMN1 is not null codeintel must show all columns from alias TN
Expected behavior:
See description
Actual behavior:
Alias not working. Instead alias i need type a full table name