【问题标题】:Delete rows from Berkeley DB using where condition使用 where 条件从 Berkeley DB 中删除行
【发布时间】:2017-05-02 13:41:57
【问题描述】:

我想使用 where 条件从 Berkeley DB 中删除多行。例如查询是这样的:

DELETE FROM table_name 
WHERE [condition];

可以吗?

【问题讨论】:

    标签: berkeley-db


    【解决方案1】:

    可以,可以使用BDB SQL接口,兼容SQLite的API,看看BDB SQL Is Nearly Identical to SQLite

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 2014-08-17
      • 1970-01-01
      相关资源
      最近更新 更多