![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
Anyone have any workarounds for this ? (Beyond making a copy of the table in Oracle with some precision defined for the difficult columns) |
#3
| |||
| |||
|
|
Anyone have any workarounds for this ? (Beyond making a copy of the table in Oracle with some precision defined for the difficult columns) Not sure if this is beyond, but you could try creating a view on top of the fact table and then using the CAST function on the column which I think is ANSI SQL so should work on anything e.g. CREATE OR REPLACE VIEW OLAP_VIEW (OLAP) AS SELECT CAST(1 as NUMBER(20,5)) "OLAP" FROM dual |
![]() |
| Thread Tools | |
| Display Modes | |
| |