My question is as follows I have a calculated column that concatenates a value with the column number to generate the field:
CREATE TABLE #Ejemplo (
ID INT IDENTITY,
NumeroRadicado AS ('AG' + RIGHT(REPLICATE('0', 15) + CONVERT(VARCHAR...
asked by
21.11.2018 / 22:14