May 22, 2010 at 10:29 am
I need to create a background job that processes a table looking for rows matching on a particular id with different statuses. It will store the row data in a string to compare the data against a row with a matching id.
I know the syntax to get the row data but i have never tried comparing 2 rows from the same table before? How is it done? Would i need to use variables to store the data from each? Or some other way?
May 22, 2010 at 11:20 am
ashiqkhan98
You are more likely to receive tested assistance if you post your table definition, provide some sample data (this may be fabricated data, so as not to reveal company confidential information, but still representative) as per the first link in my signature block.
May 22, 2010 at 11:23 am
Heh... ol' BitBucket beat me to it. See the link he refers you to because there are many ways of doing what you ask. Without data expressed in a readily consumable format, there's not much chance of actually helping you, though. And please do look at the link he referred you to for how to post data in a "readily consumable format".
Thanks.
--Jeff Moden
Change is inevitable... Change for the better is not.
Viewing 3 posts - 1 through 2 (of 2 total)
You must be logged in to reply to this topic. Login to reply