Number of columns

前端 未结 5 585

how do you count the number of columns in a table in oracle?

5条回答
  •  庸人自扰
    2020-12-29 14:51

    If Oracle supported INFORMATION_SCHEMA.COLUMNS, I'd say use that. But as others have said, use the USER_% views.

    For completeness, the following link describes what systems support the SQL-92 Standard. Systems that support INFORMATION_SCHEMA

提交回复
热议问题