Hey there!
To check whether a value is in a column with multiple values (the secondary_group_ids column of the XF:User table for example), I often use a Finder with FIND_IN_SET via whereSQL.
Is there an actual native alternative to this that I haven't discovered yet? Like some kind of "contains" operator for the Finder?
Cheers!
Читать далее...
To check whether a value is in a column with multiple values (the secondary_group_ids column of the XF:User table for example), I often use a Finder with FIND_IN_SET via whereSQL.
Is there an actual native alternative to this that I haven't discovered yet? Like some kind of "contains" operator for the Finder?
Cheers!
Читать далее...