Difference between revisions of "sqlite3 quick reference"
From thelinuxwiki
(Created page with "==counting== '''count unique column entries''' sqlite3 dbfile "SELECT COUNT(DISTINCT ipaddress) FROM table;"") |
Latest revision as of 13:58, 3 October 2017
counting
count unique column entries
sqlite3 dbfile "SELECT COUNT(DISTINCT ipaddress) FROM table;"