lunes, 9 de mayo de 2022

insert into table from executed store

 INSERT INTO 

    your_table (

           Id_1,

           Id_2,

           desc,

           total 

) EXECUTE your_store @id_1, @id_2

No hay comentarios:

Publicar un comentario