Ich habe unten Abfrage. Ich möchte statt aller nur 1 Feld aus der Tabelle auswählen.
$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;
Ich möchte nur ein id
Feld aus der Tabelle auswählen .
magento2
collection
magento2.1.5
Ankit Shah
quelle
quelle
Verwenden Sie diese Abfrage.
Dabei ist Detail der Alias des Tabellennamens und empfohlen der Name von col
quelle