Jump to content

[SOLVED] UPDATE basic questions


robert_gsfame

Recommended Posts

This might be a stupid simple question, but i need your answer

 

If i execute the UPDATE query but there is no record like what i ask...let say

 

$query="UPDATE $table SET column1='A' WHERE column2='Mine'";

$myquery=mysql_query($query);

 

But let say there is no record like WHERE column2='Mine'

Then what will happen, will this cause me an error or not??

 

thx in advance

Link to comment
https://forums.phpfreaks.com/topic/179297-solved-update-basic-questions/
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.