5154

Good Luck To You!

mssql模糊查询

在 MSSQL 中,模糊查询可以使用 LIKE 关键字配合通配符 %(表示任意数量的字符)或 _(表示单个字符)。要查找名字以 "Jo" 开头的所有记录,可以使用 SELECT * FROM table_name WHERE column_name LIKE 'Jo%'
<< 1 >>

Powered By Z-BlogPHP 1.7.3

Copyright Your WebSite.Some Rights Reserved.