开发者社区 问答 正文

select*form 表名 where 列名 [not] like pattern中pattern

select*form 表名 where 列名 [not] like pattern中pattern是什么意思?

展开
收起
起起又伏伏 2022-03-30 21:29:58 425 分享 版权
1 条回答
写回答
取消 提交回答
  • 他的语法格式是: select*form 表名 where 列名 [not] like pattern 其中[not]是非的意思,pattern是like的一种特殊的匹配模式,是通过单引号括起来的。

    2022-03-30 23:08:22
    赞同 展开评论
问答地址: