Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Computed Column Formula
Message
General information
Forum:
Microsoft SQL Server
Category:
SQL syntax
Environment versions
SQL Server:
SQL Server 2000
Miscellaneous
Thread ID:
01186698
Message ID:
01186727
Views:
23
I am not sure if I made myslef clear. I want to desgin a SQL table using the computed column to handle this logic for me:
CREATE TABLE MyTable
(
TestColID INT IDENTITY(1,1) PRIMARY KEY,
ColumnA bit, 
ColumnB int, 
ColumnC int, 
ComputedColumn AS ....
)
Thanks again,
Daniel
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform