Đây là cách bạn có thể đạt được những gì bạn mô tả:
SELECT name FROM user
WHERE 'John Smith and Peter Johnson are best friends' LIKE
CONCAT('%', name, '%')
Đây là cách bạn có thể đạt được những gì bạn mô tả:
SELECT name FROM user
WHERE 'John Smith and Peter Johnson are best friends' LIKE
CONCAT('%', name, '%')