@@ -196,7 +196,7 @@ You can obtain the distributed table name for a remote device based on the local
...
@@ -196,7 +196,7 @@ You can obtain the distributed table name for a remote device based on the local
The sample code is as follows:
The sample code is as follows:
```
```js
importdata_rdbfrom'@ohos.data.rdb'
importdata_rdbfrom'@ohos.data.rdb'
constCREATE_TABLE_TEST="CREATE TABLE IF NOT EXISTS test ("+"id INTEGER PRIMARY KEY AUTOINCREMENT, "+"name TEXT NOT NULL, "+"age INTEGER, "+"salary REAL, "+"blobType BLOB)";
constCREATE_TABLE_TEST="CREATE TABLE IF NOT EXISTS test ("+"id INTEGER PRIMARY KEY AUTOINCREMENT, "+"name TEXT NOT NULL, "+"age INTEGER, "+"salary REAL, "+"blobType BLOB)";
...
@@ -213,7 +213,7 @@ You can obtain the distributed table name for a remote device based on the local
...
@@ -213,7 +213,7 @@ You can obtain the distributed table name for a remote device based on the local