4 lines
155 B
MySQL
4 lines
155 B
MySQL
|
|
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
|