﻿<?xml version='1.0' encoding='UTF-8'?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/"><channel><title>Teradata Forums / Data Warehousing  / Teradata   / How to get Output as a pipe delimited file? / Latest Posts</title><generator>InstantForum.NET v4.1.4</generator><description>Teradata Forums</description><link>http://www.teradata.com/teradataforum/</link><webMaster>info@teradata.com</webMaster><lastBuildDate>Wed, 03 Dec 2008 20:22:04 GMT</lastBuildDate><ttl>20</ttl><item><title>RE: How to get Output as a pipe delimited file?</title><link>http://www.teradata.com/teradataforum/Topic10988-1-1.aspx</link><description>you may use code like this too.select cast(CUST_ID||'|'||CUST_NAME||'|'||......UPDATE_DATE||'|'||UPDATE_TIMEas char(250))---(must be big enough to hold all columns plus commas)from CUST</description><pubDate>Thu, 20 Mar 2008 13:25:35 GMT</pubDate><dc:creator>Somesh</dc:creator></item><item><title>RE: How to get Output as a pipe delimited file?</title><link>http://www.teradata.com/teradataforum/Topic10988-1-1.aspx</link><description>if you are using BTEQ   .SET SEPARATOR 'string' BTEQ manual has an example for .set separator "|".</description><pubDate>Thu, 20 Mar 2008 12:59:04 GMT</pubDate><dc:creator>Shaw</dc:creator></item><item><title>How to get Output as a pipe delimited file?</title><link>http://www.teradata.com/teradataforum/Topic10988-1-1.aspx</link><description>Hi,I wrote a SQL in Teradata and the report needs to be in the pipe delimited format.I was told that I need to add another select with all the column names seperated with pipes (||) to get that.Can't really find any info.Can someone help me with this?ThanksRajiv</description><pubDate>Wed, 19 Mar 2008 19:06:10 GMT</pubDate><dc:creator>RajivTx</dc:creator></item></channel></rss>