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,'>','>' +...
Hi all!
How can I display 2 columns like this:
Col1 Col2
record1 record2
record3 record4
... ...
In the col2 i´d like to move to next record to fill this.
And another question:
How can i "fill" the rest of the page when I have no records to show?
I´d like to show the...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.