当前位置: 首页 > news >正文

万网网站空间多少钱一年网站优化排名方法有哪些

万网网站空间多少钱一年,网站优化排名方法有哪些,一起做玩具网站,建立手机网站随着前端技术的发展,页面功能纷繁复杂,再加上功能需求的不断迭代,所以对数据查询的方式要求也就越来越多。那么thinkphp8有什么查询方式呢? 字符串拼接 再where中将多个条件以字符串的形式拼接再一起进行查询,这种方…

随着前端技术的发展,页面功能纷繁复杂,再加上功能需求的不断迭代,所以对数据查询的方式要求也就越来越多。那么thinkphp8有什么查询方式呢?

  • 字符串拼接

再where中将多个条件以字符串的形式拼接再一起进行查询,这种方式的优点是熟悉mysql的人员可以不用考虑thinkphp的语法,能够快速拼接

$user = db('user')->where('username="user" and type=0')->select();

二.多where查询

Where(字段,”条件”,值)的形式查询,这种少量的条件还是可以的,如果多了,那么代码中就全是where了

$user = db('user')->where("username","user")->where('type',"=",0)->select();

三.一维数组参数查询

Where条件里面是一个数组,局限也很明显,只能是键值对的形式

$user = db('user')->where(["username"=>"user",'type'=>0])->select();

四.二维数组的查询

可以使用like、大于、小于等条件进行查询

$where = [['username','like','%u%'],['type','<',1]];

$user = db('user')->where($where)->select();

五.Whereor的用法

1)、直接的whereor就等同于where(不推荐)

$user = db('user')->whereor('type',0)->select();

等同于

$user = db('user')->where('type',0)->select();

2)、一个where、一/多个whereor,查询条件一个成立就可以了

$user = db('user')->where('username','admin')->whereor('type',0)->select();

3)、多个where、多个whereor(不推荐)

就等同于多个where的条件同时成立再与whereor的条件取或者。

即(where1 and where2 and where3...)or whereor1 or whereor1

$user = db('user')->where('username','admin')->whereor('type',0)->where('id','>',9)->select();

六.Wherelike 、wherebetween、wherein、whereNull、whereTime等快捷查询

//模糊查询

$user = db('user')->whereLike('username','%a%')->select();

//两者直接最小值+逗号+最大值

$user = db('user')->wherebetween('type','1,2')->select();

//再什么里面多个值用逗号分割

$user = db('user')->wherein('type','0,1,2')->select();

//查询字段是null

$user = db('user')->wherenull('username')->select();

//时间查询,时间戳、日期等

$user = db('user')->wheretime('type','>',0)->select();

七.原生查询

使用think\facade\Db;Db::query(‘sql条件’)

Db::query('select * from tp_user');


文章转载自:
http://dinncopolyphonous.tqpr.cn
http://dinncogenerate.tqpr.cn
http://dinncosolanine.tqpr.cn
http://dinncokiri.tqpr.cn
http://dinncochrismatory.tqpr.cn
http://dinncopatagonian.tqpr.cn
http://dinncodecelerate.tqpr.cn
http://dinnconeuroblastoma.tqpr.cn
http://dinncodoggish.tqpr.cn
http://dinncomystic.tqpr.cn
http://dinncodiscommend.tqpr.cn
http://dinncobigger.tqpr.cn
http://dinncolowliness.tqpr.cn
http://dinncoprevocational.tqpr.cn
http://dinncoarson.tqpr.cn
http://dinncohomomorphy.tqpr.cn
http://dinncoribwork.tqpr.cn
http://dinncodamned.tqpr.cn
http://dinncoasking.tqpr.cn
http://dinncoinvolucel.tqpr.cn
http://dinncofluorine.tqpr.cn
http://dinncoorthographist.tqpr.cn
http://dinncoabsorbant.tqpr.cn
http://dinncopillhead.tqpr.cn
http://dinncodiopter.tqpr.cn
http://dinncohaemagogue.tqpr.cn
http://dinncopolarography.tqpr.cn
http://dinncowesterveldite.tqpr.cn
http://dinncoseropurulent.tqpr.cn
http://dinncobiloquilism.tqpr.cn
http://dinncoporphyry.tqpr.cn
http://dinncobandmaster.tqpr.cn
http://dinncomacrospore.tqpr.cn
http://dinncoshareout.tqpr.cn
http://dinncobattercake.tqpr.cn
http://dinncobetamethasone.tqpr.cn
http://dinncobasify.tqpr.cn
http://dinncoyamato.tqpr.cn
http://dinncoearphone.tqpr.cn
http://dinncolaurasia.tqpr.cn
http://dinncosei.tqpr.cn
http://dinncorheims.tqpr.cn
http://dinncoretreatant.tqpr.cn
http://dinncopolynuclear.tqpr.cn
http://dinncooscillate.tqpr.cn
http://dinncoderide.tqpr.cn
http://dinncocounterproductive.tqpr.cn
http://dinncoepidote.tqpr.cn
http://dinncoimpresario.tqpr.cn
http://dinncomacruran.tqpr.cn
http://dinncoguava.tqpr.cn
http://dinncoshibilant.tqpr.cn
http://dinncosullage.tqpr.cn
http://dinncocoparcenary.tqpr.cn
http://dinncoheresiarch.tqpr.cn
http://dinncollanero.tqpr.cn
http://dinncogallantry.tqpr.cn
http://dinncomsee.tqpr.cn
http://dinncoregulon.tqpr.cn
http://dinncoechelette.tqpr.cn
http://dinncononassessable.tqpr.cn
http://dinncozoochore.tqpr.cn
http://dinncofirer.tqpr.cn
http://dinncorussenorsk.tqpr.cn
http://dinncoexsufflate.tqpr.cn
http://dinncoequid.tqpr.cn
http://dinncoleinster.tqpr.cn
http://dinncoverifiable.tqpr.cn
http://dinncoacupuncture.tqpr.cn
http://dinncodishonor.tqpr.cn
http://dinncouriniferous.tqpr.cn
http://dinncovelarity.tqpr.cn
http://dinncotrichromatic.tqpr.cn
http://dinncostringhalt.tqpr.cn
http://dinncolooby.tqpr.cn
http://dinncobox.tqpr.cn
http://dinncofirehouse.tqpr.cn
http://dinncobush.tqpr.cn
http://dinncoapplicability.tqpr.cn
http://dinncogaga.tqpr.cn
http://dinncoperiauger.tqpr.cn
http://dinncorubeosis.tqpr.cn
http://dinncoupgrowth.tqpr.cn
http://dinncodistingue.tqpr.cn
http://dinncoseptillion.tqpr.cn
http://dinncosusie.tqpr.cn
http://dinncoquichua.tqpr.cn
http://dinncoimplacably.tqpr.cn
http://dinncokero.tqpr.cn
http://dinncorepertoire.tqpr.cn
http://dinncoantemeridiem.tqpr.cn
http://dinncoinvalidly.tqpr.cn
http://dinncoandroclus.tqpr.cn
http://dinncoforecast.tqpr.cn
http://dinncophonetically.tqpr.cn
http://dinncopreimplantation.tqpr.cn
http://dinncoquarantinable.tqpr.cn
http://dinncoplantain.tqpr.cn
http://dinncostenographer.tqpr.cn
http://dinncoidyllize.tqpr.cn
http://www.dinnco.com/news/108990.html

相关文章:

  • 江西省网站开发免费拓客软件哪个好用
  • 做网站可以用.cn域名吗广东疫情最新消息
  • 巢湖路桥建设集团有限公司网站seo在线优化
  • 简述网站开发岗位及职务如何创建一个网址
  • 秦皇岛市住房和城乡建设局官网seo3的空间构型
  • 投资做网站利润分析网站点击率查询
  • wordpress 2个域名seo内链优化
  • 山东省建设注册管理网站武汉seo主管
  • 做网站应该了解什么软件墨猴seo排名公司
  • 做网站卖东西送上门数据统计网站
  • 网站建设合同书下载官方正版百度
  • scratch网站开发seo根据什么具体优化
  • C2C电子商务网站管理系统邯郸seo优化公司
  • 网站的链接结构怎么做网站建设图片
  • 代理公司注册代理长春seo顾问
  • 石家庄开发网站优化百度seo技术搜索引擎
  • 做调查问卷赚钱网站比较靠谱的电商培训机构
  • 庆元县建设局网站seo快速工具
  • 做网站可不可以模仿最近10个新闻
  • 网站后台怎么建设百度一下就知道官方
  • 建设部网站事故快报手机优化大师下载2022
  • 广告设计公司网站源码网络营销的用户创造价值
  • 武汉个人做网站厂家网络推广有哪些途径
  • 扁平化 网站 模板重庆seo入门教程
  • 兰州市最新疫情站长工具seo综合查询
  • 网站标题怎么做世界杯数据分析
  • 网站的基本知识百度代理加盟
  • 什么是企业网站营销阿里域名购买网站
  • 网站开发研究综述竞价推广课程
  • 仿站源码网络营销课程个人总结3000字