You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to node-mysql
I'm interested in getting the table keys. For example, I want to get the column names when looping through a table. I thought that results[key] would provide me that but I was mistaken. I read the documentation but I didn't find what I needed, even if it is there I probably just didn't understand it.
DBconnection.query("SHOW TABLES", function (error, results, fields) {