SkyMasterBRA
Programmer
I´d like to do this
replace(ps_cnt_txt_summary,'>','>' + CHAR(10) + CHAR(13))
where ps_cnt_txt_summary is a table column...is there any way to do this?
The command i need to do is something like this:
update ps_cnt_content set ps_cnt_txt_summary = replace(ps_cnt_txt_summary,'>','>' + CHAR(10) + CHAR(13))
Thanks in advance!
replace(ps_cnt_txt_summary,'>','>' + CHAR(10) + CHAR(13))
where ps_cnt_txt_summary is a table column...is there any way to do this?
The command i need to do is something like this:
update ps_cnt_content set ps_cnt_txt_summary = replace(ps_cnt_txt_summary,'>','>' + CHAR(10) + CHAR(13))
Thanks in advance!