River basin districts
SELECT
thematicIdIdentifier as opt_key,
thematicIdIdentifier as opt_value,
nameText as opt_text,
countryCode
FROM [IED].[DB_VERSION].[refRBD_NoGeo]
GROUP BY thematicIdIdentifier, nameText, countryCode
ORDER BY opt_textNo data

