When I do something like sql.prepare("SELECT * FROM raid WHERE raid1 > 0 AND NOT id='685337576810610734'").run()
, does it return an array? How do I do this if I want to access each user independently who has raid1 > 0? Im not sure about the sql statement and Im not sure how to access each row individually one by one.
node.js