create procedure sample_sp as begin select 1 col1, 2 col2, 3 col3 end
create procedure sample_sp as begin select 2 col2, 3 col3 end
var
This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)