Skip to main content
Participant
July 20, 2008
Question

sos (pleas how cam i insert multiple values into mysql with one insert statement)

  • July 20, 2008
  • 2 replies
  • 606 views
i am working on a project and i founnd my self in a setuation where i want to insert mutiple rolls into mysql.
the number of values that will be inserted is unknown becuase it is generated from a database.
example
EG67676
DEHYHG
REHYTTT
JHYYYY



This topic has been closed for replies.

2 replies

Inspiring
July 25, 2008
loop
Inspiring
July 25, 2008
I don't think it's possible to insert multiple rows using one query. Why can't you just use more than one sql statement?