eladmin icon indicating copy to clipboard operation
eladmin copied to clipboard

support FIND_IN_SET cond

Open aborn opened this issue 2 years ago • 0 comments

if we have a table with column tags, the column value of tags is comma split string, like:"a,b,c" we want to quey it by 'querytag' (ex 'a'), using follow sql:

SELECT * FROM table WHERE FIND_IN_SET('a', table.tags);

aborn avatar Jun 01 '22 06:06 aborn