Files
secondo/Tools/Generators/TPC-H/postgres/join_plz10_plz10.sql

4 lines
155 B
MySQL
Raw Permalink Normal View History

2026-01-23 17:03:45 +08:00
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