COMPUTED COLUMN
The computed expression could not be transformed.
Description
Code Example
Input Code:
CREATE TABLE [TestTable](
[Col1] AS (CONVERT ([REAL], ExpressionValue))
);
Output Code:
Recommendations
Related EWIs
Last updated
