Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Shaun E on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. SkyMasterBRA

    Help with replace()

    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,'>','>' +...
  2. SkyMasterBRA

    Stored Procedure - Declare variable to reference a column

    How can I do to declare a variable to reference a column in a stored procedure to use as a ORDER BY parameter? Cya!
  3. SkyMasterBRA

    Two records at the same line

    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...

Part and Inventory Search

Back
Top