Reply from 121.14.211.246: bytes=32 time=78ms TTL=244 Reply from 121.14.211.246: bytes=32 time=93ms TTL=244 Reply from 121.14.211.246: bytes=32 time=77ms TTL=244 Reply from 121.14.211.246: bytes=32 time=77ms TTL=244
Ping statistics for 121.14.211.246: Packets: Sent = 4, Received = 4, Lost = 0 (0% loss), Approximate round trip times in milli-seconds: Minimum = 77ms, Maximum = 93ms, Average = 81ms
请高手指点,我对一张表查询后再更新,查询是子查询,报错: You can't specify target table 'a_table' for update in from clause 完整SQL语句是 UPDATE a_table SET STATUS=0 WHERE ID=(SELECT MIN(ID) from a_tab ......