Hello, this is working fine:
SELECT * FROM TABLE(ID NUMBER=(1, 2, 3, 4, 5, 6, 7, 8, 9, 10)) but I need to do something like this: SELECT * FROM TABLE(GET_NUMBERS()) is this posible? I could create alias GET_NUMBERS for some Java method but I don't know how this method should look. I will be grateful for any help. Regards, Lukas -- You received this message because you are subscribed to the Google Groups "H2 Database" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/h2-database?hl=en.
