Home > Ask the Oracle Experts > SQL Questions & Answers > SQL to update the header records?
Ask The Oracle Expert: Questions & Answers
EMAIL THIS

SQL to update the header records?

Rudy Limeback EXPERT RESPONSE FROM: Rudy Limeback

Pose a Question
Other Oracle Categories
Meet all Oracle Experts
Become an Expert for this site


Digg This!    StumbleUpon Toolbar StumbleUpon    Bookmark with Delicious Del.icio.us   


>
QUESTION POSED ON: 03 April 2008
I have a header table and a line table, where I need to update the header table based on a calculated row count from the line table. The line table has too many rows to display on an approval page, so I need to break up the number of rows and update their associated header record with a value, then update the next group with a different value. So, if I have 36000 rows on the line table, I need to break it up into approximately 6000 rows. Then I need to update the header record, which can be multiple records with a unique value. Can this be done with an SQL statement? I have to do this on the fly for conversion.

>
EXPERT RESPONSE

This is one of three questions this week, to which, I'm afraid, the answer is no.

[The others were Entity-Attribute-Value constraints and A running total]

No, you cannot do that with an SQL statement. That is, maybe you can, but there are too many potential pitfalls here, and they make me feel uncomfortably pessimistic about the likelihood that any query I come up with will actually help you.

What does "break up the number of rows and update their associated header record with a value" mean? You mentioned an approval page, and the image I have is someone sitting at a screen somewhere, looking at rows 6001 through 12000, which, if you don't mind my saying, is far too many rows to display on an approval page.

Next, you want to "update the header record, which can be multiple records with a unique value," and I am totally hamstrung. Surely a line row belongs to only one header row, so how could a count update multiple header records?

Here's a suggestion: no matter how many line items you show on an approval page, when the user actually approves those line items, update those line items individually. This is accomplished with a real simple UPDATE statement. I would have Javascript on the page to "select all" checkboxes as the default activity. Update the individual line items whose checkboxes were checked. This is accomplished with an IN list containing the keys of the items approved. There is no need to update the header. That way, the user can leave an item unapproved, and it will come up again. Let the user navigate to the next page of unapproved line items, and do not do this with a row number—allow for the user coming back later, by which time the row numbers will be useless as other line items may have come and gone in the interim.


Sound Off! -   


Digg This!    StumbleUpon Toolbar StumbleUpon    Bookmark with Delicious Del.icio.us   


RELATED CONTENT
SQL
IN list or series of OR conditions?
Connecting tables in a database
SQL query for co-authored books
Querying complex derived tables
SQL string functions
Changing a NULL column to NOT NULL
SQL for hourly totals for the last 48 hours
LEFT OUTER JOIN to a MIN/MAX row
Normalizing a crosstab table
Querying metadata and data at the same time

Oracle development languages
IN list or series of OR conditions?
Connecting tables in a database
SQL query for co-authored books
Querying complex derived tables
Oracle 11g: PL/SQL Basics
SQL string functions
Changing a NULL column to NOT NULL
SQL for hourly totals for the last 48 hours
LEFT OUTER JOIN to a MIN/MAX row
Normalizing a crosstab table

RELATED RESOURCES
2020software.com, trial software downloads for accounting software, ERP software, CRM software and business software systems
Search Bitpipe.com for the latest white papers and business webcasts
Whatis.com, the online computer dictionary



Search and Browse the Expert Answer Center
Search and browse more than 25,000 question and answer pairs from more than 250 TechTarget industry experts.
Browse our Expert Advice

HomeNewsTopicsTipsAsk the ExpertsWebcastsWhite PapersProductsBlogs
About Us  |  Contact Us  |  For Advertisers  |  For Business Partners  |  Site Index  |  RSS
SEARCH 
TechTarget provides enterprise IT professionals with the information they need to perform their jobs - from developing strategy, to making cost-effective IT purchase decisions and managing their organizations' IT projects - with its network of technology-specific Web sites, events and magazines.

TechTarget Corporate Web Site  |  Media Kits  |  Reprints  |  Site Map




All Rights Reserved, Copyright 2003 - 2008, TechTarget | Read our Privacy Policy
  TechTarget - The IT Media ROI Experts