Always best to check the API when you want to know what parameters a function may take.
Docs For Class Zend_Db_Select
The third parameter, a list of columns to fetch, defaults to self::SQL_WILDCARD, that is by default all columns are fetched. I believe an empty array() will select no columns, which is what you're trying to do.