Datatype mismatch ??
From: Fred Zimmerman <fredz_at_silversoftware.com>
Date: Fri, 04 May 2001 00:56:51 GMT
Message-ID: <3af1b79a.256072392_at_news.ne.mediaone.net>
Date: Fri, 04 May 2001 00:56:51 GMT
Message-ID: <3af1b79a.256072392_at_news.ne.mediaone.net>
I have a PL-SQL script that has a statement like the following:
insert into bom_dummy_ref_desgs from
I get an error stating: Datatype mismatch on field UPDATE_DATE of
type Date.
My ? is how could an invalid date value have been allowed on insert
to the source table (I did not populate this table, I'm only querying
it).
Is there a good solution to allowing the good records to go into the
target table bypassing the invalid data value record in the source
table?
Thanks,
zimmerman_fred_at_emc.com
select * from bom_unique_ref_desgs
fredz_at_silversoftware.com
Received on Fri May 04 2001 - 02:56:51 CEST