Skip to content

Commit

Permalink
fix PrintTable.sql
Browse files Browse the repository at this point in the history
  • Loading branch information
tcakyavas committed Nov 18, 2024
1 parent ca6c62f commit dec7696
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sql/tSQLt_synapse/StoredProcedures/Private_PrintTable.sql
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ BEGIN
@MaxLengthString VARCHAR(100),
@ColumnID INT,
@MaxColumnID INT,
@Command VARCHAR(2000);
@Command NVARCHAR(2000);

SELECT
@ColumnID = MIN([b].[column_id]),
Expand Down

0 comments on commit dec7696

Please sign in to comment.