如果满足某一条件,如何更改列及其列名的输出值?假设我有表A,它有3列id,问候语,姓名,姓氏,性别select * from Aselecteverything, if the gender is Male, then set salutation to Mr. else, set salutation
我是个新手。我正在使用机器人框架来实现我的测试用例。有一个业务逻辑需要检查IF子句中的多个条件,比如 Run Keyword If <condition1>, <condition2>,...ELSE do something 我试过了,但不起作用 单一条件->工作 Run Keyword If 'a' == 'a'