Execute a SQL query that returns a single number.
| sql | The SQL query to run. | 
| args | Values to bind in the SQL query or null. | 
| The contents of the first row's column as an int. | 
| DatabaseError | if the underlying SQLite operation fails. |