1
Hi all, I'm new to the forums.
I'm trying to update an entry in my database via command through a shell prompt but it doesn't seem to be working.
I want to update a column called name with a new name which is in a table called users in database db_db1
How would I go about doing this with the UPDATE, SET, WHERE command in one line?
Anyone know??