@@ -794,3 +794,10 @@ The following guidelines indicate when the use of an index should be reconsidere
## Creating Views
## Creating Views
CREATE VIEW view_name AS
SELECT column1, column2.....
FROM table_name
WHERE [condition];
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.