mysql - how to update just one column of a table by csv using php -
 I have used the following code to update a column of a table, but it will also have the values of the other columns Removes, I could not find the reason to please      Your   This will only update the row where the column is equal to ID 10.     Note:  I have the column   Just look forward to reading it to see it.    SQL  query is incorrect You must specify that For which example you want to use the  WHERE section  by using the row   
 update tst_stores SET store_image_url = 'http://admin.showcasejewellers.com. Au / uploads / default_store.jpg 'where tst_stores.id = 10;    id  column and the primary key is you have to change accordingly  
 
Comments
Post a Comment