SQL WHERE LIKE not showing the intended table

后端 未结 0 1453
面向向阳花
面向向阳花 2020-12-21 18:35

My simple query is not working. I don\'t know why.

SELECT *
FROM Customers
WHERE CustomerName LIKE \'%d%\';


    ID  CustomerName
    1   AAB
    2   DCC
            


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题