sqlState: '42000', The multiple inserting can be achieved in .query() not in .execute(). Why? #1926
Unanswered
stskapilan
asked this question in
Q&A
Replies: 1 comment
-
Hi @stskapilan While similar, client side parameters interpolation ( Some restrictions for prepared statements:
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I'm trying to insert multiple rows to db,
In this above code I can achieve it. but in .execute() I'm not able to do it.
Can anyone explain it?
I'm getting error like this,
Originally posted by @stskapilan in #935 (comment)
Beta Was this translation helpful? Give feedback.
All reactions