%Execute MetaSQL in Application Engine SQL Action
Hi, I have a requirement to perform data manipulations, say an update in an AE SQL action. I am looking at grouping everything using %Execute(). One of my update has a numerical calculation for which I need to use a (/) division operator. When I try to user %Execute in the SQL action along with the division operator I am getting an error. Is there a way to circumvent this error? I do not want to split the sqls to multiple SQL actions.