Updating more than 1 column of a table in MYSQL

Updating more than 1 column of a table in MYSQL

===============================================
UPDATE tablename SET col1=?,col2=?  WHERE col3 = ?"

? = your own value, what you want to update on what condition.
===============================================

Comments

Popular posts from this blog

Struts 2 : Warning :No configuration found for the specified action: 'Login.action' in namespace: '/'

Upload csv file at Google Cloud Storage using java

Read Images from a xlsx file using Apache POI