File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ Diff.CompareString
3131 @ExplicitColumnName TINYINT = 1 ,
3232 -- optional, set default value 1 to compare column name(s)
3333 @CompareData TINYINT = 1
34- -- optionalset default valueet 1 to reorder data rows and compare the difference
34+ -- optional, set default value 1 to reorder data rows and compare the difference
3535```
3636#### Output
3737- An ` INT ` , a sum of error values
@@ -55,7 +55,7 @@ Diff.Compare
5555 @ExplicitColumnName TINYINT = 1 ,
5656 -- optional, set default value 1 to compare column name(s)
5757 @CompareData TINYINT = 1
58- -- optionalset default valueet 1 to reorder data rows and compare the difference
58+ -- optional, set default valueet 1 to reorder data rows and compare the difference
5959```
6060#### Output
6161- An ` INT ` , a sum of error values
You can’t perform that action at this time.
0 commit comments