"Zabach, Elke" wrote: > > Could someone give me a pointer to how to query plans? Am I searching > > for the wrong term? > You are looking for the SQL statement EXPLAIN
If you are not using one of the smart tools then you might want to run: 'select * from show' afterwards, that's where the explaination is stored. you need this if you try to explain stuff from your own application or if you use dbmcli -- Regards Flemming Frandsen aka. Dion/Swamp http://dion.swamp.dk _______________________________________________ sapdb.general mailing list [EMAIL PROTECTED] http://listserv.sap.com/mailman/listinfo/sapdb.general
