Details
-
New Feature
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Fixed
-
None
-
None
-
MXS-SPRINT-193
Description
If we mention any table in the select or any query, then the table columns should be automatically display if we start writing on the query editor.
EX:
select * from table;
Column Names: name, address, id
so I want to select specific columns then if I try to do select na [na -->name column should show using auto intelligence] then it should automatically show the matching column names for the table.
select name, id from table; – the columns name, id should come automatically when we start with the column names.