I have a database table, which has a primary key id and two fields installation_id and stat_value. 
An installation_id can have more than one stat_value and same is applicable for stat_value. I want to find all the records, i.e. all the installation_ids associ开发者_开发问答ated with stat_values.
This might be what you are after:
SELECT DISTINCT installation_id, stat_value FROM your_table;
 
         
                                         
                                         
                                         
                                        ![Interactive visualization of a graph in python [closed]](https://www.devze.com/res/2023/04-10/09/92d32fe8c0d22fb96bd6f6e8b7d1f457.gif) 
                                         
                                         
                                         
                                         加载中,请稍侯......
 加载中,请稍侯......
      
精彩评论