We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
sql.table({'node_table1': 'a', 'node_table2': 'b'}).where('id=1').select()
完全复制的示例,运行报错:(node:23224) UnhandledPromiseRejectionWarning: TypeError: opt.indexOf is not a function
The text was updated successfully, but these errors were encountered:
在补充一个: mysql.union(mysql.table("table_1").select()).union(mysql.table("table_2").select()).select(), 这个运行的结果是:((SELECT * FROM table_1 ))
Sorry, something went wrong.
No branches or pull requests
sql.table({'node_table1': 'a', 'node_table2': 'b'}).where('id=1').select()
完全复制的示例,运行报错:(node:23224) UnhandledPromiseRejectionWarning: TypeError: opt.indexOf is not a function
The text was updated successfully, but these errors were encountered: