我想在 select 语句中使用 if 运算符,使用 executeQuery 命令。就像是:
def tmpRec = BankStatement.executeQuery("select SUM(IF(operation='CREDIT',cashAmount,-1*cashAmount)) from BankStatement group by portfolio,currency,code")
go 但 IF 运算符不起作用。
谢谢你
我想在 select 语句中使用 if 运算符,使用 executeQuery 命令。就像是:
def tmpRec = BankStatement.executeQuery("select SUM(IF(operation='CREDIT',cashAmount,-1*cashAmount)) from BankStatement group by portfolio,currency,code")
go 但 IF 运算符不起作用。
谢谢你