When I run this command I get a full table output....
mysql --user=root --password="mypassword" -e "SELECT btce_last_price FROM api.btc WHERE id=1"
+-----------------+
| btce_last_price |
+-----------------+
| 723 |
+-----------------+
I would like the output to be just "723".
--skip-column-names