|
|
Archives of the TeradataForum
Message Posted: Mon, 23 Jul 2012 @ 10:40:56 GMT
Subj: | | Distinct count in select & insert |
|
From: | | Anomy Anom |
<-- Anonymously Posted: Monday, July 23, 2012 04:29 -->
Hi All,
While simply selecting data from a table, the count is coming as 1000 records (for example). But when I insert data into another table by
using following query, it inserts only 800.
INSERT into A
SELECT * from B
I am doing this through a bteq script. If I run the same query in Teradata SQL Assistant, there also it is inserting only 800 rows.
There is no error coming during the execution. Can anybody please help me, where the 200 records are going? Why they aren't getting inserted
into table?
| |