UNV_JOIN_DATA
Name | Null ? | Type | Values |
JOIN_ID | NOT NULL | int10 | Foreign key to unv_join. |
UNIVERSE_ID | NOT NULL | int10 | Foreign key to unv_join. |
JN_DATATYPE | NOT NULL | char(2) | E=Expression |
JN_SLICE | NOT NULL | int6 | Counter if datavalue greater than 240 it will have multiple slices. Starts at 1. |
JN_DATAVALUE | NOT NULL | char(240) | Value of the expression.(the join statement) |