When I use WITH in a FROM OPENXML statement it generates an error when trying to format it:

        SELECT code1
        FROM OPENXML(@DocHandle, '/reports/report', 0)
        WITH (code1 VARCHAR(2));


Fercasas
0

Comments

1 comment

Add comment

Please sign in to leave a comment.