Forum Post: "Select IN" query

  • Thread starter Thread starter bal
  • Start date Start date
Status
Not open for further replies.
B

bal

Guest
Is it possible to use a "select in" query in a object script trigger. See example below: var arr = rbv_api.selectQuery("SELECT id FROM app_user where R5027463 IN (?)", 20000, '{!R5080297}' ) {!R5080297} returns: '5025370,5025371,5025372' I want to use this query without the quotes around it, like: SELECT id FROM app_user where R5027463 IN (5025370,5025371,5025372) in stead of: SELECT id FROM app_user where R5027463 IN ('5025370,5025371,5025372') Does Rollbase support this?

Continue reading...
 
Status
Not open for further replies.
Back
Top