[Home] [Help]
SELECT distinct cost_plus_structure, cost_base, cost_base_type from pa_cost_base_cost_codes union select distinct cost_plus_structure, cost_base, cost_base_type FROM PA_COST_BASE_EXP_TYPES CBET
SELECT DISTINCT COST_PLUS_STRUCTURE
, COST_BASE
, COST_BASE_TYPE
FROM PA_COST_BASE_COST_CODES UNION SELECT DISTINCT COST_PLUS_STRUCTURE
, COST_BASE
, COST_BASE_TYPE
FROM PA_COST_BASE_EXP_TYPES CBET
|
|
|
|