DBC.tables holds all the tables and views related information, to pick only views use TableKind column. SELECT * FROM dbc.tables WHERE tablekind='V'.
確定! 回上一頁