Forum Post: Different query results

  • Thread starter Thread starter matman
  • Start date Start date
Status
Not open for further replies.
M

matman

Guest
I just wrote a little object script: var x = ""; x += rbv_api.selectQuery("SELECT id FROM website3", 10); rbv_api.log("debug", x); When I put this in the trigger script field and press Debug formula it returns me NULL. When I paste SELECT id FROM website3 in the Test Query section, it returns me all the records IDs. Why is that? It should return the same, right?

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