I want to loop through all my tables to count rows in each of them. The following query gets me an error:DO $$DECLARE tables CURSOR FOR SELECT tablename ...
確定! 回上一頁