未验证 提交 dba52b87 编写于 作者: O openharmony_ci 提交者: Gitee

!17749 【轻量级 PR】:更新executeSql的示例描述

Merge pull request !17749 from MangTsang/N/A
......@@ -1634,7 +1634,7 @@ executeSql(sql: string, bindArgs: Array<ValueType>, callback: AsyncCallbac
```js
const SQL_DELETE_TABLE = "DELETE FROM test WHERE name = ?"
rdbStore.executeSql(SQL_CREATE_TABLE, ['zhangsan'], function(err) {
rdbStore.executeSql(SQL_DELETE_TABLE, ['zhangsan'], function(err) {
if (err) {
console.info("ExecuteSql failed, err: " + err)
return
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册