diff options
Diffstat (limited to 'mssql/stored-proc/test.std')
-rw-r--r-- | mssql/stored-proc/test.std | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/mssql/stored-proc/test.std b/mssql/stored-proc/test.std new file mode 100644 index 0000000..6635bcc --- /dev/null +++ b/mssql/stored-proc/test.std @@ -0,0 +1,17 @@ +1 a +2 b +3 c + +a +b + +1 3 + +4 d + +5 e + +123 6 + +123 7 + |