FR.remoteEvaluate("sql(\"his\",\"select t.Unitname from rqf_Item_PackageUnit t where t.ItemID=\'"+a+"\' ORDER BY t.Factor\",1,1)"); FR.remoteEvaluate(sql函数(sql更新语句,1,1)
cyndyxie(提问者) 回复 KevinGaoCREATE DEFINER=`root`@`%` PROCEDURE `pro_incorrect`(in H2 integer)
BEGIN
UPDATE lz_event
SET opinion = \'incorrect-test\',
reviewed =\'yes\'
WHERE ID IS NOT NULL and ID = H2 ;
END