Quantcast
Channel: Teradata Forums - Tools
Viewing all articles
Browse latest Browse all 4252

Fastload Inserting Default User and Date - response (1) by feinholz

$
0
0

Have you tried DEFAULT instead of :DEFAULT?
Also, since you have defaults assigned on the CREATE TABLE, if you leave out the column references from the INSERT and the VALUES clauses, it should work, as in:
 
INSERT INTO "TABLE" (FIELD1, FIELD2, FIELD3, FIELD4) VALUES(:MITS_CLAIM_ID, :PLAN_CODE, :MBR_MEDICAID_NBR,:DTE_FIRST_SVC_HDR);
 
That should enable defaults to be applied to the LOAD_USER and LOAD_DATE columns.
 


Viewing all articles
Browse latest Browse all 4252

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>