I am trying to query a table where specific country codes exist in field 'country_code' from a Redshift db. My solution is shared below, but I feel like it could have better performance:
[tbl1]: LOAD distinct country_code as distinct_country_code // e.g., ='US' FROM source;