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

4 lines
155 B
SQL

EXPLAIN select count(*) from PLZ10 as A, PLZ10 as B where A.P10_PLZ=B.P10_PLZ;
select count(*) from PLZ10 as A, PLZ10 as B where A.P10_PLZ=B.P10_PLZ;
\q