use temporary table in select
"Andre Steinmetzger" <[email protected]>
| Newsgroups | gmane.comp.jakarta.turbine.torque.user |
|---|---|
| Message-ID | <CFF0C8E79AF583438440F1AC76CED2F705FA9879@dehbgcimtex1> |
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