﻿<?xml version='1.0' encoding='UTF-8'?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/"><channel><title>Teradata Forums / Teradata  / Teradata Tools and Utilities  / fastload between table to table / 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>Thu, 04 Dec 2008 01:53:56 GMT</lastBuildDate><ttl>20</ttl><item><title>RE: fastload between table to table</title><link>http://www.teradata.com/teradataforum/Topic11788-10-1.aspx</link><description>They are the Load-Utilities and loading a table is done from external source, normally. :)If you want to copy one table's data to other table, you can use INSERT SELECT statement.Regards,Adeel</description><pubDate>Wed, 11 Jun 2008 23:17:04 GMT</pubDate><dc:creator>Adeel.Chaudhry</dc:creator></item><item><title>RE: fastload between table to table</title><link>http://www.teradata.com/teradataforum/Topic11788-10-1.aspx</link><description>Hi thanks for your reply.how about multiload and tpump? that also loads from flat file to a table and not from table to table?</description><pubDate>Wed, 11 Jun 2008 09:46:26 GMT</pubDate><dc:creator>dixon</dc:creator></item><item><title>RE: fastload between table to table</title><link>http://www.teradata.com/teradataforum/Topic11788-10-1.aspx</link><description>Hello,FastLoad is the utility to load data from flat-files/data-files to empty tables. You can move data between two tables using BTEQ script.Regards,Adeel</description><pubDate>Tue, 10 Jun 2008 05:37:25 GMT</pubDate><dc:creator>Adeel.Chaudhry</dc:creator></item><item><title>fastload between table to table</title><link>http://www.teradata.com/teradataforum/Topic11788-10-1.aspx</link><description>Hi alli'm looking for a clarification on fastload utility. my doubt is that, is it possible to load an empty table from some other populated table?. if yes could you please give me a sample script.i tried the following script but its not working. its throwing an error at sql statement. error is "invalid column list". i tried here with different ways to get it done but didn't worked. logon demotdat/tpch;drop table err1;drop table err2;drop table test;CREATE TABLE test,no FALLBACK,no AFTER journal,no BEFORE journal(	start_date date NOT NULL,	end_date date NOT NULL,	bus_date date);set record text;define startdate (char(8)), /*just for name sake i gave coz fload expecting this */       enddate (char(8)),       busdate (char(8))file=c:\input3.txt;  /*just for name sake i gave coz fload expecting this */begin loading tpch.testerrorfiles tpch.err1, tpch.err2insert into test(:startdate,:enddate,:busdate) sel start_date, end_date, bus_date from test_load;end loading; logoff;i saw so many scripts that loads from flat file to empty table but not between table to table. ThanksDixon</description><pubDate>Tue, 10 Jun 2008 05:33:44 GMT</pubDate><dc:creator>dixon</dc:creator></item></channel></rss>