6 lines
141 B
MySQL
6 lines
141 B
MySQL
|
|
||
|
|
||
|
UPDATE domaines_type SET compatibility='' where name='cname';
|
||
|
UPDATE domaines_type SET compatibility=REPLACE(compatibility, 'cname,','');
|
||
|
|