COMPUTED COLUMN
The computed expression could not be transformed.
Description
The expression of a computed column could not be transformed.
Code Example
Input Code:
CREATE TABLE [TestTable](
[Col1] AS (CONVERT ([REAL], ExpressionValue))
);
Output Code:
Recommendations
Add manual changes to the not-transformed expression.
If you need more support, you can email us at [email protected]
Related EWIs
SSC-FDM-TS0014: Computed column transformed.
Last updated
