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
在left join中,获取字段,需要实现ifnull(表1.字段,表2.字段)功能,但是目前只有ifnull()函数,指定具体数值,如何实现本功能? 例如增加一个IfNullCol函数,如下: qryBillItem.Amount.IfNullCol(qryBill.Amount)
The text was updated successfully, but these errors were encountered:
@jinzhu 帮忙分析一下,如果做比较合适
Sorry, something went wrong.
No branches or pull requests
Your Question
在left join中,获取字段,需要实现ifnull(表1.字段,表2.字段)功能,但是目前只有ifnull()函数,指定具体数值,如何实现本功能?
例如增加一个IfNullCol函数,如下:
qryBillItem.Amount.IfNullCol(qryBill.Amount)
The document you expected this should be explained
Expected answer
The text was updated successfully, but these errors were encountered: