I want to Combine Height and Height-units together but they are formatted in different data types
I've tried to add them them together, but since they are listed as different data types, I get a completely different result.
SELECT rclm_dem.HEIGHT + rclm_dem.HEIGHT_UNIT,
Results is instead of getting say '56 inches' I get something like '142534'
Height Unit also has codes (1 for inches & 2 for centimeters)
Height Unit is classified as LONG and Height is classified as Decimal