0
我想從本地存儲搜索,這將是什麼Sqlite查詢Ionic2的 - 什麼是SQL查詢從本地存儲搜索號碼。 就像這樣 - 從mytable中選擇row_id,其中* like'%search_text%';SQLite搜索查詢
var searchmobile=newvalue
this.database.executeSql("SELECT mobile_no FROM customer WHERE mobile_no like ?",
[searchmobile]).then((customerdata) =>
http://stackoverflow.com/questions/12613926/sqlite-query打開數據庫像 –
@suraj我必須通過一個變量「searchmobile」,該怎麼做? –