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 INTO hello(user_id, name) VALUES ($1,$2) [3 "test"]
Here is a valid query in SingleStore. INSERT INTO hello(user_id,name) VALUES (2, 'test323');
If I run this query in the SingleStore query field, it shows an error.
Looking forward to hearing the solution soon.
Best.
The text was updated successfully, but these errors were encountered:
I'm trying to use this library for SingleStore MySQL DB.
By Insertbuilder, I've got this query string.
INSERT INTO hello(user_id, name) VALUES ($1,$2) [3 "test"]
Here is a valid query in SingleStore.
INSERT INTO hello(user_id,name) VALUES (2, 'test323');
If I run this query in the SingleStore query field, it shows an error.
Looking forward to hearing the solution soon.
Best.
The text was updated successfully, but these errors were encountered: