diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2014-11-18 14:54:23 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2014-11-18 14:54:23 +0200 |
commit | 092cb7d916b8ebc83cacab849010acd04f56d38d (patch) | |
tree | 1b8bebfb050a2728b48641831f8586cc579867ed /mssql/stored-proc/test.std | |
parent | 64b27b86025d160e49bf617143d80671ccb1e0e4 (diff) |
Add SQL Server stored procedure test
Diffstat (limited to 'mssql/stored-proc/test.std')
-rw-r--r-- | mssql/stored-proc/test.std | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/mssql/stored-proc/test.std b/mssql/stored-proc/test.std new file mode 100644 index 0000000..528007c --- /dev/null +++ b/mssql/stored-proc/test.std @@ -0,0 +1,11 @@ +1 a +2 b +3 c + +a +b + +1 3 + +123 4 + |