getredash/redash
在 GitHub 查看When column type is STRING and one of the values is NULL, values get cast to strings
Open
#2,074 创建于 2017年11月6日
BugFrontendhelp wanted
仓库指标
- Star
- (24,845 star)
- PR 合并指标
- (平均合并 9天 5小时) (30 天内合并 3 个 PR)
描述
Query to reproduce:
select '2016-04-09' as t
union all
select null as t