Skip to content
Ujjwal Gupta edited this page Oct 23, 2018 · 1 revision
Count FROM table_name WHERE condition ;

e.g -

Count FROM Customers WHERE CustomerName='Alfreds Futterkiste';
Clone this wiki locally