The documentation does not state clearly that queires of the type "select * from x" do not work, rather fields need to be specified: "select val1, val2 from x".
This can cause confusion.
Log in to post a comment.