Tengo debajo consulta. Quiero seleccionar solo 1 campo de la tabla en lugar de todos.
$collection = $this->_collectionFactory->addFieldToFilter('status', 0)->load();
//$collection->getSelect()->column('id');
//$collection->getSelect()->from(['main_table' => $this->getMainTable()], array('main_table.id'));
echo $collectionBallotSelect->getSelect()->__toString();
exit;
Quiero seleccionar solo el id
campo de la tabla.