forked from science-ation/science-ation
5 lines
150 B
MySQL
5 lines
150 B
MySQL
|
SELECT @id:=id FROM reports WHERE system_report_id='18';
|
||
|
UPDATE `reports_items` SET `field`='grade_str' WHERE `field`='grade' AND `reports_id`=@id;
|
||
|
|
||
|
|