database - Editing field_value using mysql - error -


my question relates contactformdb wordpress plugin.

i looking way edit field_value getting syntax errors sql code below. appreciate help.

update wp_cf7dbplugin_submits set field_value='order complete' submit_time=1368356907.7434, form_name='submission page', field_name='status'

use and or or separate multiple condition, not comma.

update  wp_cf7dbplugin_submits  set     field_value = 'order complete'   submit_time = 1368356907.7434 ,         form_name = 'submission page' ,         field_name = 'status' 

just change and if not fits needs.


Comments

Popular posts from this blog

SPSS keyboard combination alters encoding -

Add new record to the table by click on the button in Microsoft Access -

javascript - jQuery .height() return 0 when visible but non-0 when hidden -