You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
constresult=awaitclient.query("SELECT (uuid, name) FROM students WHERE phone_number = $1;",[phone_number]);console.log(JSON.stringify(result.rows,null,4));
The previous code used to print the following output