I have 2 tables:
Table A
Section | measure_name |
---------+----------------|
A | col1 |
B | col2 |
C | col3 |
Table B
Facility | col1| col2| col3|
----------+-----+-----+-----+
NY | 5 | 50 | 90 |
I want to write a query which selects measure_name of Table A from Table B.