Jump to content

About mysql update clause


weekenthe9

Recommended Posts

Most people use UPDATE like this:

 

$sql = "UPDATE comments_test SET user = 'A', comment_Link = 'B', Project_Key = 12 WHERE Key=6;"
echo "Your query: " . $sql;
mysql_query($sql) or die(mysql_error());

 

Although I think you can use the syntax you were trying.

 

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.