I want to create a view with this statement:
CREATE OR REPLACE VIEW prueba as select * from company.alarma
but it says there is a syntax error. What is the problem? Msg 102, Level 15, State 1, Line 1 Incorrect syntax near 'REPLACE'.
I want to create a view with this statement:
CREATE OR REPLACE VIEW prueba as select * from company.alarma
but it says there is a syntax error. What is the problem? Msg 102, Level 15, State 1, Line 1 Incorrect syntax near 'REPLACE'.
It was solved like this: