SSC-EWI-TS0013
Computed column transformed
Severity
Description
Code Example
Input Code:
CREATE TABLE [TestTable](
[Col1] AS (CONVERT ([REAL], ExpressionValue))
);Output Code:
Recommendations
Last updated
