Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

TypeError: Cannot read property 'toJS' of undefined #1211

Open
tmdoit-zz opened this issue Jul 1, 2020 · 0 comments
Open

TypeError: Cannot read property 'toJS' of undefined #1211

tmdoit-zz opened this issue Jul 1, 2020 · 0 comments

Comments

@tmdoit-zz
Copy link

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;

http://jsfiddle.net/k501hdtg/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants