I am unable to use temporary tables in my ibatis SQL Query (#table). This query is executed on SQL Server.
DECLARE @file_id int
SET @file_id = 38--#FileID#
SELECT * INTO #NotFinishedRecords FROM TABLE
I am unable to use temporary tables in my ibatis SQL Query (#table). This query is executed on SQL Server.
DECLARE @file_id int
SET @file_id = 38--#FileID#
SELECT * INTO #NotFinishedRecords FROM TABLE
Copyright © 2021 Jogjafile Inc.
Here is the example of creating temp table in IBATIS using xml mapper: