Hi Team,
I've table in oracle which is having the fields with data type INTERVAL Year to month & Interval Day to second
Consider this example
Table Name: Exp
Exp
(
A int,
B Interval Year to Month,
C Interval Day to secound
)
If I've try to import this table into my BODS designer am getting only one field(A)in the table definition in datastore remaining two fields are getting excluded.
BODS do have interval datatype but wondering why this two fields were getting excluded, bug in tool or do we have any other procedure to import the table?
Please Resolve this issue..
Thanks