Цитата danielbidala Total posts: 153 03 Сен 2014 20:54 I use this SQL ACTIN to update a date field in the record by changing status: UPDATE #__js_res_record_values SET field_value="2011-09-11 00:00:00" WHERE record_id=[RECORD_ID] AND field_id=77 But take no effect. What is the right syntax? Последние изменения: 20 Окт 2014
I use this SQL ACTIN to update a date field in the record by changing status:
UPDATE #__js_res_record_values SET field_value="2011-09-11 00:00:00" WHERE record_id=[RECORD_ID] AND field_id=77
But take no effect. What is the right syntax?