Hi Guys,
Is it possible for me to create views with persisted column?
Also what is the proper syntax for this?Code:CREATE VIEW dbo.viewTable AS SELECT Item1, Item2, Total AS (Item1+Item2) PERSISTED FROM Table1 t1 JOIN Table2 t2 ON t1.ID = t2.ID
|
Results 1 to 6 of 6
Thread: SQL Views with Computed ColumnsThreaded View
|
Click Here to Expand Forum to Full Width |