Mysql
 sql >> Datenbank >  >> RDS >> Mysql

Kommagetrenntes Argument für IN-Operator, MySQL

Möglicherweise suchen Sie nach FIND_IN_SET() Funktion.

select * 
from session_actions 
where find_in_set(`action_type`,'login_failed,channel_recorded');

BEISPIELGEIGE