On a small dataset this will be OK, but it won't scale, as it requires a table scan (or at the very least a full index scan if BodyPart is indexed) for databases that use B-Tree (and derived) indexes due to the leading wild-card (%).select ... from ... where BodyPart like '%foo%' ...
Michael
In reply to Re^3: Help, RDBMS have taken over my brain!
by mpeppler
in thread Help, RDBMS have taken over my brain!
by BUU
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |