kueri berdasarkan kolom untuk SQL substring

SELECT * FROM [table] WHERE [field] LIKE '%stringtosearchfor%'.
Smoggy Swiftlet