Hello
I need to create a stored procedure that will select some data from table into temporary tables and then I need to union the temp tables to get the data I need to get. In SQL Server that is easily done by doing Select xyz into #temp form xyz. How do I do the same in Pervasive.
Thank You,
Pawel
I need to create a stored procedure that will select some data from table into temporary tables and then I need to union the temp tables to get the data I need to get. In SQL Server that is easily done by doing Select xyz into #temp form xyz. How do I do the same in Pervasive.
Thank You,
Pawel