hi all,
i am using temporary table to store ids,from this i am calculating the records count,it is working fine and i am getting the result.The problem is i am getting warning that temporary table does not exists
hi all,
i am using temporary table to store ids,from this i am calculating the records count,it is working fine and i am getting the result.The problem is i am getting warning that temporary table does not exists
Why do you use a temporary table, instead of a regular one ?
Create the table before loading other parts of the code.
Why do you use a temporary table, instead of a regular one ?
i am getting comma separated ids(string) as parameter in store procedure,so i am splitting and storing it in temp table and i am passing those ids to query
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.