久久久久久久视色,久久电影免费精品,中文亚洲欧美乱码在线观看,在线免费播放AV片

<center id="vfaef"><input id="vfaef"><table id="vfaef"></table></input></center>

    <p id="vfaef"><kbd id="vfaef"></kbd></p>

    
    
    <pre id="vfaef"><u id="vfaef"></u></pre>

      <thead id="vfaef"><input id="vfaef"></input></thead>

    1. 站長資訊網(wǎng)
      最全最豐富的資訊網(wǎng)站

      oracle如何刪除表數(shù)據(jù)

      oracle如何刪除表數(shù)據(jù)

      oracle如何刪除表數(shù)據(jù)

      刪除表內(nèi)容的兩種方法

      1、truncate table 表名;

      2、delete from 表名 where 條件;

      兩種方法的區(qū)別:

      truncate,意思為截斷表,能夠不占用資源的全部刪除表,優(yōu)點是速度快,缺點是刪除不能恢復,不能按條件刪除。

      delete,意思為刪除,此操作占用redolog,優(yōu)點能夠快速恢復和選擇刪除,缺點是刪除慢,大批量的刪除不建議使用。

      PHP中文網(wǎng),有大量免費的SQL教程,歡迎大家學習!

      贊(0)
      分享到: 更多 (0)
      網(wǎng)站地圖   滬ICP備18035694號-2    滬公網(wǎng)安備31011702889846號