When using felixge\'s mysql for node.js, how can I ask the result object for the number of returned rows? I have a rather expensive query so I don\'t want to run a COU
COU
If you're using the examples in the readme just look at the length property of the rows object (i.e. rows.length).