fork download
  1. UPDATE TASK tas2
  2. SET TARGET_WORK_QTY = (SELECT REMAIN_WORK_QTY FROM TASK tas1
  3. WHERE TASK_ID.tas1 = TASK_ID.tas2
  4. AND PROJ_ID = 884)
Success #stdin #stdout #stderr 0s 18088KB
stdin
Standard input is empty
stdout
Standard output is empty
stderr
Error: near line 1: near "tas2": syntax error