为提高效率,提问时请提供以下信息,问题描述清晰可优先响应。 【DM版本】: 8 【操作系统】:linux 【CPU】: 【问题描述】*:执行以下代码,报“数据类型不匹配”错。其中cylinder表中geom类型为ST_GEOMETRY
select geom from cylinder.cylinder union all select null as geom from cylinder.delivery_employee
做个实验
。。。 union all select cast(null as ST_GEOMETRY) as geom from 。。。
做个实验
。。。 union all select cast(null as ST_GEOMETRY) as geom from 。。。