Hi,
In stored procedure i have
CREATE PROCEDURE PRICING(
@companyid BIGINT,
@asdate datetime = null,
@version bigint = null)
as
set nocount ON
DECLARE @tmphistory TABLE(
)
THEN QUERIES.
LIKE THAT MULTIPLE TABLES
THEN QUERY BELOW
On executing stored procedure i am getting multiple tables. i need to read specific columns values in each declare table