8 lines
95 B
Plaintext
8 lines
95 B
Plaintext
|
|
USE ndbinfo;
|
||
|
|
select count(*) from blocks;
|
||
|
|
count(*)
|
||
|
|
23
|
||
|
|
select count(*) from blocks;
|
||
|
|
count(*)
|
||
|
|
23
|