标签: tsql sybase sybase-asa
在查询where condition子句中。检查字符串是否包含b,我有一些选项与T-SQL(Sybase):
a like '%b%' charindex(b,a)>0 patindex('%b%', a)>0
哪一个有更好的表现?