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
Is there a way to expand the asterisk in queries into the series of field names? Example: one wants to write a query with several fields. Writing "select * from xyz" then expanding the asterisk into the actual columns, then erasing the unwanted ones could also reduce typing.
It would probably suffice if one could drag and drop column names (ideally multiple at one time) from the database pane on the left into queries. Right now table names can be moved this way but not column names.
SELECT
to actual columns using a shortcut, or with Code Assistant when triggered on the asterisk.The text was updated successfully, but these errors were encountered: