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
- use temporary table in select Andre Steinmetzger
- RE: use temporary table in select Thomas Fischer