TAG: into - Powered By SupeSite
查看全部信息

日志(1)

  • 关于merge into 的使用

    小鸡飞过海 发表于 2008-01-18 18:31:34

    merge into 的用法如下: merge into t_AAA a using (select t.id, t.time from t_BBB t) b on (a.id=b.id) when matched then update set a.last_time=b.time where b.time>a.last_time when not ...

TAG信息

into

相关TAG

  • 暂无相关TAG