We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
测试是sum( CASE WHEN nstat = 'C' THEN fee_count ELSE 0 END )不支持 还有子查询也不支持 sum( CASE WHEN nstat < 0 THEN fee_count ELSE 0 END ) 大于小于应该也不支持 能否支持一下
The text was updated successfully, but these errors were encountered:
暂不支持这么复杂的语句,有兴趣可以一起研究怎么实现下,欢迎pr
Sorry, something went wrong.
No branches or pull requests
测试是sum( CASE WHEN nstat = 'C' THEN fee_count ELSE 0 END )不支持
还有子查询也不支持
sum( CASE WHEN nstat < 0 THEN fee_count ELSE 0 END )
大于小于应该也不支持
能否支持一下
The text was updated successfully, but these errors were encountered: