Why do I get Incorrect syntax near the keyword 'or'
?
create or replace view view_jab
as select * from jabatan
where kojab = 3
with check option constraint viewJab_ck
Msg 156, Level 15, State 1, Line 2 Incorrect syntax near the keyword 'or'.
Msg 102, Level 15, State 1, Line 5 Incorrect syntax near 'with'.