select count(*) from (select table_name from system order by table_name) as count;
I get syntax error, unexpected ORDER, expecting INTERSECT or EXCEPT or UNION or ')' in: "select count(*) from (select table_name from system order"
What is the correct syntax?