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
@nfx : I am leaning towards logging a warning to user about the * and then trying to create a table with which ever columns are present next to the *. If there is only a * it will be an empty table.
Without database connection it will be impossible to infer the columns. Moreover, I want to nudge users to avoid using the *
Let's say a user wants to visualize a table from the following query:
SELECT * FROM table
. What do we do in such a case?Options:
please specify explicit columns
messageSee extracting fields added in #111
The text was updated successfully, but these errors were encountered: