Hello, > Von: Marc-Olivier Meunier[SMTP:[EMAIL PROTECTED] > > I'd like to know if it is possible to use arrays in dbproc > For example, i'd like to put the result of a query in an array in order > to use it in my where clause of the next query > i dont think that this is possible with sap db.
I would suggest to create a temporary table as array and select your data into this temporary table. Then you can build a dynamic query from the content of the temporary table. Best regards, Mathias _______________________________________________ sapdb.general mailing list [EMAIL PROTECTED] http://listserv.sap.com/mailman/listinfo/sapdb.general
