Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision | |||
|
control_sql_-_version_history [2019/08/21 17:29] dsummers |
control_sql_-_version_history [2019/08/21 17:29] (current) dsummers |
||
|---|---|---|---|
| Line 88: | Line 88: | ||
| WHILE @@FETCH_STATUS = 0 | WHILE @@FETCH_STATUS = 0 | ||
| BEGIN | BEGIN | ||
| - | IF @CurrentVersion | + | IF @CurrentVersion |
| SET @CurrentSeries = @CurrentSeries+1; | SET @CurrentSeries = @CurrentSeries+1; | ||
| SET @CurrentVersion = @MyVersion; | SET @CurrentVersion = @MyVersion; | ||