Here's a newbie question, I did "google it" but couldn't sift out the answer.
I got a table with thousand records. There's one record that has one field whose value I want to edit. So basically I want to edit one field in my DB. I see the update command.... and each record has a unique PK of course so I have what I need to "zero-in" on the record - but not sure how. Thanks
I got a table with thousand records. There's one record that has one field whose value I want to edit. So basically I want to edit one field in my DB. I see the update command.... and each record has a unique PK of course so I have what I need to "zero-in" on the record - but not sure how. Thanks