Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Usenet -> c.d.o.misc -> Improving sql speed
I audit changes in columns with XML. Any changes are approved but I need to find how many changes are not.
This query is slow. Can I speed it?
select count(*) from debtors3Y where like
'<audit><x1><a9004><authorID%' and not like
'<audit><x1><a9004><authorID%<approved%';
Upul Received on Sat Feb 26 2005 - 08:41:34 CST