3 lines
68 B
MySQL
3 lines
68 B
MySQL
|
update ad_impformat
|
||
|
set separatorchar = ','
|
||
|
where formattype = 'C';
|