To execute a simple query to get a number, with no headers and no ASCII-art:
mysql database -sNe “SELECT COUNT(*) FROM table”
Roland Turner |
|
about | contact | |
To execute a simple query to get a number, with no headers and no ASCII-art:
mysql database -sNe “SELECT COUNT(*) FROM table”