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
INSERT [OVERWRITE] { INTO tablename | multi_table_insert}
multi_table_insert:
| ALL INTO tablename
| [ALL | FIRST] case_insert [ ... ]
case_insert:
| WHEN condition THEN INTO tablename
| ELSE INTO tablename