Sha256: f07bdb885e27b8b007a2ca55481d853dc3be3d70e32c84a6d9c1272b697c9951
Contents?: true
Size: 149 Bytes
Versions: 2
Compression:
Stored size: 149 Bytes
Contents
CREATE PROCEDURE test_sproc_with_params ( @id int, @value int ) AS BEGIN SELECT * FROM TEST_TABLE WHERE @id = id AND @value = value END
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
marjoree-0.0.9 | ./tests/sprocs/test_sproc_with_params.sp |
marjoree-0.0.1 | ./tests/sprocs/test_sproc_with_params.sp |