Hallo,
 
i need a temporary table in my select. It is possible to do this with torque? 
The sql should look like this:
 
SELECT * FROM (VALUES 12345, 23456, 34567, ...) AS LIST (ltemplist), basetable 
WHERE basetable.artnr = templist
...
 
Thanks for your help.
Andre
 

Reply via email to