类似thinkphp操作数据库Mysql模块

易语言 2020-04-04 15:58:24

类似thinkphp操作数据库Mysql模块

' 查询多条记录
rows = Mysql.Table (“article”).Where (“article_id > 2”).Order (“article_id”, #DESC ).Select ()
计次循环首 (rows.记录集数 (), 计次)
调试输出 (rows.取字段值 (“title”, 计次))
计次循环尾 ()