Files
IPZ_1/nifi/sql/extract/03_dim_country.sql
2026-05-17 16:54:29 +02:00

3 lines
46 B
SQL

SELECT country_id, name, region
FROM country;