I can get the number of columns in an SQL Server database with this:
SELECT COUNT(*) FROM INFORMATION_SCHEMA.COLUMNS WHERE table_name = \'Address\'
Write the table name in the query editor select the name and press Alt+F1 and it will bring all the information of the table.