Files
secondo/Tools/Generators/TPC-H/postgres/join_plz_plz10.sql
2026-01-23 17:03:45 +08:00

3 lines
56 B
SQL

select count(*) from PLZ, PLZ10 where P_PLZ=P10_PLZ;
\q