Benoit Menendez wrote: > I have been using "declare c cursor for with recursive ..." > for some time > now, but I would like to use this syntax in a view as: > > declare view name as with recursive ... > > Is this possible? what is the syntax? >
Unfortunately create view with a recursive select in is not possible so far. I hope this missing feature will be available with one of the next kernel-versions Elke SAP Labs Berlin _______________________________________________ sapdb.general mailing list [EMAIL PROTECTED] http://listserv.sap.com/mailman/listinfo/sapdb.general
