How do I count columns in a table February 20, 2024 by Tarik SELECT count(*) FROM information_schema.columns WHERE table_name="tbl_ifo"