方法介绍

命令功能:查询数据返回结果

语法格式: 类_SQL3.查询数据(DBpath, tbl, field, where)

参数:

DBpath:数据库文件路径

tbl:表的名字

field:字段名字 可为空

where:条件 可为空

返回值: 返回查询数据的结果 返回表

require("懒人综合插件")


--require "lsqlite3"

local path = "/storage/emulated/0/Pictures/data222.db"
--local path = getWorkPath() .. "/data.db"


local ret=类_SQL3.查询数据(path,"t","*")
for i=1,#ret do
    print(ret[i])
end

local ret=类_SQL3.查询数据(path,"t","b")
for i=1,#ret do
    print(ret[i])
end


local ret=类_SQL3.查询数据(path,"t","*","where a==11")
for i=1,#ret do
    print(ret[i])
end

Copyright © 湖南合鑫网络科技有限公司 2020 all right reserved,powered by Gitbook该文件修订时间: 2020-12-01 20:34:18

results matching ""

    No results matching ""