#
基础查询/*语法:select 选择、过滤、查看类似于 System.out.println("...") 打印 特点:1、查询列表可以是:表中的字段、常量、表达式、函数2、查询的
注:本博文基于上一篇博文中的表进行查询,上篇博文:MySQL基本查询示例(1)。 1、查询fruits表中每个s_id对应的所有f_name值 mysql&g
查询单个数据Db::table('think_user')->where('id',1)->find();返回值find 方法查询结果不存在,返回 null查询数据集D
1、创建所需表及插入数据 mysql> create table fruits ( f_id char(10) not null, s_id int not n