i have a two table
1- myusers: id name ...
2- mygroup id idusers
and idusers impload idusers with , !
example : id1,id2,id3
i want check all mygroup Field And Delete id no exist in myuser
please Help me
i have a two table
1- myusers: id name ...
2- mygroup id idusers
and idusers impload idusers with , !
i want check all mygroup Field And Delete id no exist in myuser
please Help me
Please Use "FIND_IN_SET" mysql that will find value in comma separated value.
For more detail you can find below link http://www.w3resource.com/mysql/string-functions/mysql-find_in_set-function.php