Skip to main content
3 个回答
  1. 2016年3月11日 09:24
    The documentation says that q and limit are query parameters, so it's correct to use & to separate them.

    If I change it to a +, the limit becomes part of the query, which might work in SQL, but not in SOQL. I tried it and got MALFORMED_QUERY.
0/9000