decade

Results 3 issues of decade

### sql: ``` SELECT group_concat( industry_name) FROM hunt_industry; ``` ### result: ![image](https://user-images.githubusercontent.com/51203465/168220930-f954d670-df6b-429e-84ae-cd0063dd0a76.png)

### SQL: WITH v_hunt_project_resume_status AS ( SELECT hd.* FROM hunt_dictionary hd INNER JOIN hunt_dictionary_type hdt ON hd.type_id = hdt.id WHERE hdt.type_view = 'v_hunt_project_resume_status' AND hd.is_available = TRUE ) SELECT *...

## sql: SELECT count(*) FROM hunt_customer hc LEFT JOIN hunt_user u ON hc.create_by = u.id WHERE ( find_in_set(1, hc.shared_user_ids ) OR hc.customer_bd_id = 1 OR hc.create_by = 1 OR hc.is_shared...