Sql Server Insert Syntax
How to insert data into a view in SQL Server 2000?
Pls tell me the syntax as we move into the light of data from SQL Server 2000
View_name CREATE VIEW AS SELECT column_name (s) FROM table_name WHERE condition
How to insert data into a view in SQL Server 2000?
Pls tell me the syntax as we move into the light of data from SQL Server 2000
View_name CREATE VIEW AS SELECT column_name (s) FROM table_name WHERE condition