見出し画像

Sybase SQL Anywhere query data count in every table

select table_name, count
from systable
where primary_root<>0 and creator=1
order by 1

この記事が気に入ったらサポートをしてみませんか?