Jump to content

update one rows


yanti

Recommended Posts

I'm not totally sure what you mean. It seems like you are trying to figure out how to specify a particular row within a table. If so, you just need to have something that is unique to that row to tell MySQL to look for. Usually, this is the primary key.

 

Can you show us the table structure and maybe explain the details of the update you are trying to make? You can use SHOW CREATE TABLE to get the table structure.

 

I apologize if I have totally misunderstood and oversimplified your problem.

Link to comment
https://forums.phpfreaks.com/topic/165149-update-one-rows/#findComment-870825
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.