0
Show views
What's the command for showing all views?
5 Answers
+ 2
Hi SouthBay. Try SELECT * FROM sys.views
0
select * from [name view]
0
select column_name from view_table
0
select column_name from view_table
0
select* from view_table
What's the command for showing all views?