Subject Containing vs. Like
Author Planles
Hello!

Should bottom queries do the same thing ?

select * from table where field like '%text%'

select * from table where field containing 'text'

Is any approach faster then another ?


Regards,
Primoz