You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
is there a way to define the date format for the col = "to_date(date,'yyyymmdd') in pg_bulkload?
Can we ignore some columns or add dummy columns while loading to database?
for eg:
I have the below columns in my input file
colA
colB
colC
colD
in database:
colA
colB
(no colC in database table)
colD
colF (additional column in database table)
The text was updated successfully, but these errors were encountered:
is there a way to define the date format for the col = "to_date(date,'yyyymmdd') in pg_bulkload?
Can we ignore some columns or add dummy columns while loading to database?
for eg:
I have the below columns in my input file
colA
colB
colC
colD
in database:
colA
colB
(no colC in database table)
colD
colF (additional column in database table)
The text was updated successfully, but these errors were encountered: