How do I return the SQL data types from my query? January 26, 2023 by Tarik select * from information_schema.columns could get you started.