Answer the question
In order to leave comments, you need to log in
How to display MS SSMS 18 view?
I write a simple representation of the type
create view view_1_sql as select kod_filii, nazva_filii, adresa_filii, cout_of_agents from Artemenko_291_main.dbo.Filia
Answer the question
In order to leave comments, you need to log in
-
USE Testus
GO
IF EXISTS (SELECT TABLE_NAME FROM INFORMATION_SCHEMA.VIEWS WHERE TABLE_NAME = 'Example' )
DROP VIEW Example
GO
CREATE VIEW Example
AS
SELECT 'Example' AS Example
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question