Aaron Zolla
Results
1
issues of
Aaron Zolla
I try this: ```js let [one, two] = await connection.execute('SELECT EXISTS(SELECT 1 FROM bashbase.users WHERE email=?) AS "exists";', [req.body.email]) console.log(one, two) ``` (node:19626) UnhandledPromiseRejectionWarning: TypeError: (intermediate value) is not iterable...