postgresql - Pgsql query help needed with two tables with foreign key -


i have 2 tables: mst_general_age_range , data_016_genderwise_headofhouse, in data_016_genderwise_headofhouse table there foreign key of mst_general_age_range called age_range_id:

two datatables

i need kind of report generated:

needed snap please me query, postgresql database.


Comments

Popular posts from this blog

angular - DownloadURL return null in below code -

python 2.7 - Given three nested dictionaries, sort the top two nested dictionaries from a value in the innermost dictionary? -