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

jquery - How do you format the date used in the popover widget title of FullCalendar? -

Bubble Sort Manually a Linked List in Java -

asp.net mvc - SSO between MVCForum and Umbraco7 -