sqlite - Get values set in SQL -


i have kind of table, on sqlite database :

enter image description here

is there way different values username column, ie getting - in example - user1 user2 user3 without others informations ?

thanks.

both queries yield same result:

select   username   mytable group username 

or

select distinct   username   mytable 

the difference can add aggregate functions username group count(*) see how many times particular username appears in table.


Comments

Popular posts from this blog

shopping cart - Page redirect not working PHP -

php - How to modify a menu to show sub-menus -

python - Installing PyDev in eclipse is failed -