gpt4 book ai didi

mysql - sql: LIKE %...% 和 LIKE 有什么区别?

转载 作者:行者123 更新时间:2023-11-29 04:46:41 26 4
gpt4 key购买 nike

<分区>

下面两个sql语句有什么区别:

1.

SELECT pid, config, constants
FROM sys_template
WHERE config LIKE '%code = LIST%'

2.

SELECT pid, config, constants
FROM sys_template
WHERE config LIKE 'code = LIST'

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com