Seaching in MySQL

wxdqz

New Member
is it possible to use wildcards ind SQL commands
f.eks.

SELECT * FROM bla WHERE name ='P*'

should select all row's from bla where name begings with p
 
Back
Top