Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

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

New Here ,
Jul 20, 2008 Jul 20, 2008
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



TOPICS
Database access
556
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Explorer ,
Jul 25, 2008 Jul 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?
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Participant ,
Jul 25, 2008 Jul 25, 2008
LATEST
loop
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Resources