Skip to content

能否支持sum( CASE WHEN nstat = 'C' THEN fee_count ELSE 0 END ) #100

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
Zengweilu opened this issue Oct 27, 2022 · 1 comment
Open

Comments

@Zengweilu
Copy link

测试是sum( CASE WHEN nstat = 'C' THEN fee_count ELSE 0 END )不支持
还有子查询也不支持
sum( CASE WHEN nstat < 0 THEN fee_count ELSE 0 END )
大于小于应该也不支持
能否支持一下

@iamazy
Copy link
Owner

iamazy commented Nov 26, 2022

暂不支持这么复杂的语句,有兴趣可以一起研究怎么实现下,欢迎pr

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants