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

asp.net mvc - SSO between MVCForum and Umbraco7 -

Python Tkinter keyboard using bind -

ubuntu - Selenium Node Not Connecting to Hub, Not Opening Port -