Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: reading the oracle files
liorlew_at_gmail.com wrote:
> I need to compare 2 table for a given where clause:
> cycle=<user input> and month=<user input> and year=<user input>
Ask the question again ... do you think you will get a different answer?
DBMS_RECTIFIER_DIFF is completely documented both at tahiti.oracle.com and at psoug.org.
Or perhaps you missed this part of the syntax:
where_clause IN VARCHAR2 := '', { column_list IN VARCHAR2 := '', | array_columns INdbms_utility.name_array, }
-- Daniel A. Morgan http://www.psoug.org damorgan_at_x.washington.edu (replace x with u to respond)Received on Fri Jul 08 2005 - 16:19:23 CDT
![]() |
![]() |