mirror of
https://github.com/Shadowss/TravianZ.git
synced 2026-06-28 08:34:33 +00:00
0d84b5f3b4
So, if we want to do something like "WHERE abc IN ( @ids )", where @ids would contain a string of "1,2,3", we can't and would need to use FIND_IN_SET() function instead.