SQL语句笔记

    xiaoxiao2021-12-14  33

    模糊查询忽略数据库字段中的空格

    表结构

    select * from dbo.Table2 tb where (select replace(name,' ','') from dbo.Table2 tbs where tb.name=tbs.name) like '%上海上海市
    转载请注明原文地址: https://ju.6miu.com/read-970275.html

    最新回复(0)