Articles
FAQs
Login
All Questions
New Question
How to use wildcard search in SQL?
By aj li
Select query with %
Select * from Customer where [Name] like 'Phi
%
'
- Search for customer that starts with 'Phi'
How to use wildcard search in SQL?
(
937 Views
)