Jump to content

Row Data Insertion


madcrazy1

Recommended Posts

I have a table with a row for name and a row for number. Specific number belongs to specific name (eg.. telephone number)

I have table set for utf8_general_ci

I have a primary key auto_increment=1

I define two rows as UNIQUE name,number

data is inserted FROM XML node

The trouble is that after insert, I see all names and numbers inserted except that the numbers were inserted sequentially (values low to high) with respect to the primary key's values (low to high) erroneously mixing the name, number pairs. Any ideas? I need the data inserted in "document form" (order as they are reported/sent to query) Thank you.

Link to comment
https://forums.phpfreaks.com/topic/246383-row-data-insertion/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.