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
I'm getting this error when trying run below query
CREATE TABLE t
(
report_type string,
inv_qty number,
week number,
month number,
year number
);
INSERT INTO t(report_type,inv_qty,week,month,year) VALUES ((SELECT 'k',1,2,3,4));
SELECT * FROM t;
I'm getting this error when trying run below query
http://jsfiddle.net/k501hdtg/
The text was updated successfully, but these errors were encountered: