iangow commented on issue #1755:
URL: https://github.com/apache/arrow-adbc/issues/1755#issuecomment-4139386782

   Sorry. Is this what you want?
   
   ```sql
   wrds=> WITH query AS (
   wrds(> SELECT
   wrds(>     attrelid,
   wrds(>     attname,
   wrds(>     atttypid
   wrds(> FROM
   wrds(>     pg_catalog.pg_attribute
   wrds(> ORDER BY
   wrds(>     attrelid, attnum)
   wrds-> 
   wrds-> SELECT COUNT(*) FROM query;
     count  
   ---------
    3564104
   (1 row)
   ```


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to