Postgresql – Select rows according to another table with a comma-separated list of items
Have a table test. select b from test b is a text column and contains Apartment,Residential The other table is a parcel table with a classification column. I'd like to use test.b to select the right classifications in the parcels…