UPDATE Statement Questions and Answers

Recent IT Questions

1 - 6 of 6
<<PREVIOUS 1 NEXT>>

Oracle 10g process each record exactly on time multiple processes

I have over 400 records added to a table in a minute. A processed flag is set in each record as they are processed. I want to process each record exactly one time. I want to process the records in small groups with multiple processes; that may run on disparate machines. It is desirable to...

View Answer   |  Apr 22 2009  3:19 AM GMT
Oracle ROWNUM, Oracle 10g administration, Oracle 10g
asked by Wileecanislatrans

  15 pts.

Multiple Join Update

Hi, my need is to update a table with a join of 2 other tables. The first table (a) has 5 columns (product_id number, ist number, plan number, plan_w number, ist_w number) The second table (b) has 2 columns (prod_group_id number, percent number) The third table (c) has 2 columns (product_id...

View Answer   |  Apr 17 2009  11:47 AM GMT
JOIN statement, SQL queries, UPDATE statement
asked by Keltos

  25 pts.

PL/SQL

Hi Experts, I would like to mentione here i was trying to test one package and found the package has a procedure named SET() which hav UPDATE on Report table and INSERT on A_R table in same transaction Both the above mentioned tables hav a tim_upt column which s given as systimestamp and...

View Answer   |  Feb 17 2009  10:47 AM GMT
PL/SQL block, SQL Timestamp, UPDATE statement
asked by Inprise

  525 pts.

MS SQL query to update a table with the last entry in another table.

Hi, Could anyone please assist. I'm trying to update a Reporting Table with the last entry in another table. I've tried to arrange the table according to the ID row. This works great. Then the query to get the last entry woks as well, but to get the two to work together and update the table is...

View Answer   |  Jan 19 2009  11:14 AM GMT
SQL, Query, SQL Query
asked by GPNel2006

  75 pts.

Update in SQL

I have a flat file which I want to update starting from position 2 to 4. I used below UPDATE statement: UPDATE FLAT_FILE SET SUBSTR(FLAT_FILE,2,2)= 'AA' WHERE SUBSTR(FLAT_FILE,1,2) = 'HH' The above SQL Query is throwing an error SQL0104 for missing token. Can anybody suggest me on the above. ...

View Answer   |  Sep 30 2008  12:01 AM GMT
SQL/400, Flat files, UPDATE statement
asked by Vids

  285 pts.

Adding prefix to records

Hi, I have a simple database for some products that has some SKU numbers... ie SKU 1001-01076-0000 1001-01120 1001-01120-2100 1001-01120-2400 1001-01121 1001-01121-2100 What I want to do is add the prefix "GF-" in front of those SKUs. This is a database that will continually get sent to me, so...

asked by Whoshanh

  5 pts.

1 - 6 of 6
<<PREVIOUS 1 NEXT>>