initial commit

This commit is contained in:
Olu Amey
2021-08-23 11:41:23 -04:00
parent f3cbdf4010
commit f0d85d170a
+1 -1
View File
@@ -71,7 +71,7 @@ app.get('/', function (req, res) {
// client.end()
// })
con.query("SELECT * FROM studentsDB.students", function (err, result, fields) {
con.query("SELECT * FROM wp_mermsemrusers", function (err, result, fields) {
// if any error while executing above query, throw error
if (err) throw err;
// if there is no error, you have the result