MySQL Forums
Forum List  »  Newbie

Re: I want to write a user-defined Aggregate Function
Posted by: Adnan Raza
Date: September 11, 2012 10:21PM

"The output has RL1097603 -- but that was not in the input??"

it is there in one of the insert statements already.


"The output has no gap between 'RL1097603' and 'RL1099596' -- unlike the input??"

what do you mean by gap? RL1099596 will be ignored because RL1099596 is present in the table but not to be used in query( as I haven't included it in IN statement , did you see?)

we will only process those number which are in the IN( statement and ignore millions of records like RL1099596.

Options: ReplyQuote


Subject
Written By
Posted
Re: I want to write a user-defined Aggregate Function
September 11, 2012 10:21PM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.