Subject | Containing vs. Like |
---|---|
Author | Planles |
Post date | 2004-09-23T12:32:36Z |
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
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