Update a group of records with one value in the same group

Update a group of records with one value in the same group

I want to update my table group wise, i have three cases AA,BB,CC , if group of records haveing one AA value in name column then those records NAME column should be update with AA. If group is not having AA value second priority is BB next CC. If group does not have AA,BB,CC value then remains same (no need to update) . source Table. ID Name 11 AA 11 BB 11 CC 12 CC 12 02 12 BB 13 CC 13 03 13 45 13 65 14 02 14 05 15 12

Required result table: ID NAME 11 AA 11 AA 11 AA 12 BB 12 BB 12 BB 13 CC 13 CC 13 CC 13 CC 14 02 14 05 15 12

View Answers

December 10, 2012 at 4:06 PM

-- STEP 1: SELECT ID,Name, CASE WHEN Name LIKE 'AA' THEN 4 WHEN Name LIKE 'BB' THEN 3 WHEN Name LIKE 'CC' THEN 2 WHEN Name LIKE 'DD' THEN 1 ELSE 0 END AS HighRank INTO #Result1 FROM dbo.satti

-- STEP 2:

UPDATE Orginal SET Orginal.Name = Tmp1.Name FROM dbo.satti Orginal INNER JOIN( SELECT A.ID,A.Name,A.HighRank FROM #Result1 A INNER JOIN( SELECT ID,MAX(HighRank) AS High from #Result1 WHERE HighRank <> 0 GROUP BY ID) Temp ON A.ID = Temp.ID AND A.HighRank = Temp.High)Tmp1 ON Orginal.ID = Tmp1.ID









Related Tutorials/Questions & Answers:
Update a group of records with one value in the same group
Update a group of records with one value in the same group  I want to update my table group wise, i have three cases AA,BB,CC , if group of records.... If group does not have AA,BB,CC value then remains same (no need to update) . source
insert/update records with some of the columns having NULL value.
insert/update records with some of the columns having NULL value.  How do I insert/update records with some of the columns having NULL value
Advertisements
Update Records in Database
Update Records in Database       The Update Records in database is used to modify or change the value of records which match with a specified criteria. The update query
multiple records on same panel
multiple records on same panel  i have multiple access of records and i want to display all of them at one panel.Each time a new panel opens for a keyrecord , i want just to show records on same panel or frame, whatever u can
Mysql Group By
to group the result-set by specified one or more columns. Understand... group by is used to return the selected records from 'employee' and group... Mysql Group By      
Mysql Group By
functions to group the result-set by specified one or more columns. Understand...:ADS_TO_REPLACE_5 The Query group by is used to return the selected records from... Mysql Group By      
Update value
Update value  How to update value of database using hibernate ?   Hi Samar, With the help of this code, you will see how can update database using hibernate. package net.roseindia.DAO; import
JDBC: Update Records Example
JDBC: Update Records Example In this section, you will learn how to update records of the table using JDBC API. Update Records : Update record is most important operation of database. If you want to change one field value of a record
group by sorting
group by sorting  group by sorting of data in SQL
HQL group By.
HQL group By.  How to use group by in HQL?   In general group by clause is used with aggregate functions for grouping the result... order. It allows the Hibernate to fetch information from the database and group
updating rows which contains same id, different value for each row
rows with sid 5. Like this table may contains multiple records with same sid. Here my requirement is "I have to update those records which contains same sid...updating rows which contains same id, different value for each row  
update the selected records from view immediatly
update the selected records from view immediatly  Hi I am extracting data form sql view to Excel(2007). I want update the Flag field (CHAR 1)in one... update the records immedialty in view as soon as see the data form view. Thank
SQL Avg Group By
SQL Avg Group By       SQL Avg Group By helps you to find out average value of numeric field... the average marks  records of a numeric field in a table. The Group
how to update the value of jslider
how to update the value of jslider  hello, I want to make a audio player but the jslider is not updating help me
how to update the value of jslider
how to update the value of jslider  hello, I want to make a audio player but the jslider is not updating help me
how to update the value of jslider
how to update the value of jslider  hello, I want to make a audio player but the jslider is not updating help me
how to update the value of jslider
how to update the value of jslider  hello, I want to make a audio player but the jslider is not updating help me
how to update the value of jslider
how to update the value of jslider  hello, I want to make a audio player but the jslider is not updating help me
Using insert update and delete in the same servlet
Using insert update and delete in the same servlet  How to write insert, update and delete coding in the same servlet
Hash value is not same - Java Beginners
Hash value is not same  Hi, I've two Excel files with same data.... I've generated one way hash using SHA-1 algorithm. But the hash value of Excel 2003 files is not same as the hash value of Excel 2007 file. What might
one frame update another frame
one frame update another frame  How do I make a link or form in one frame update another frame
SQL GROUP BY Example
. GROUP BY clause groups the same types of records of a table. This clause can... : select item, sum(quantity) from `order` group by item Now the records...SQL GROUP BY Example In this section we will discuss about the group
SQL Avg Group By
SQL Avg Group By       SQL Avg Group By helps you to find out average value of numeric field in a table. The SQL GROUP BY clause is used with the SQL aggregate functions
GROUP BY IN NESTED QUERY
GROUP BY IN NESTED QUERY  Hello Every One, Query to use GROUP BY CLAUSE IN NESTED QUERY SELECT STATEMENT in mysql database.If u know please help me.thanks
take data from one table and insert same in another
take data from one table and insert same in another  I want to know when a new field update in table and the same data has to update in another table
SQL Aggregate Functions Group By
SQL Aggregate Functions Group By       SQL Aggregate Functions Group By return the aggregate functions (like SUM) of the different numeric field for each individual group
SQLl query count and group by
SQLl query count and group by  How to write a sql query to count and group by the data?   Sql query to count the data and group the data using group by function... Select Name, Count(Name) As Count From Table Group
xcode group folder
xcode group folder  I wanted to show all files in xcode in a group format.. left and right Group & Files. earlier it was showing in groups... the steps.. View -> Smart Groups -> All Files it'll group all the files
add user to docker group
user privilege. You can add your user to the docker group with following command
SQL Aggregate Functions Group By
SQL Aggregate Functions Group By       SQL Aggregate Functions Group By return the aggregate functions (like SUM) of the different numeric field for each individual group
Hibernate Criteria Group By
Hibernate Criteria Group By The Hibernate Criteria Group By is used to display the records in a group on the basis of class properties. You can display records in Group By in a following way Criteria criteria
Update value of database using hibernate.
Update value of database using hibernate.  How to update value of database using hibernate?   Hibernate provides facility to update... this by setting the value and calling the update method. session.update(employee
Hibernate Group by Clause
In this tutorial we will discuss about Hibernate group by with example
Artifacts of com.ineat-group
List of Artifacts of com.ineat-group maven depenency
Artifacts of com.rea-group
List of Artifacts of com.rea-group maven depenency
Hibernate GROUP BY Clause
Hibernate GROUP BY Clause In this tutorial you will learn how to use HQL GROUP BY clause. GROUP BY clause in HQL is used as same as it is used in SQL... the results that may be grouped in one or more columns. ExampleADS_TO_REPLACE_1
Use Group Class in SWT
Use Group Class in SWT       In this section, you will learn how to use Group class. In SWT, the class Group of package org.eclipse.swt.widgets provides an etched border
Get form value in same page - JSP-Servlet
Get form value in same page  Hello friends, Can we get a form field value in the same to be processed in java coding. For example
HQL Group By Clause Example
HQL Group By Clause Example       Group by clause is used to return the aggregate values by grouping on returned component. HQL supports Group By Clause. In our example we
PHP Mysql Group By
and name records to group the result set by column id from table 'Stu' in your... PHP Mysql Group By       PHP Mysql Group By is used to establish a relation between the PHP
How to iterate over a checkbox group
group - it's id equals "MASTER" - contains 4 checkboxes. These checkboxes... group to appear below the MASTER group. If a user then checks "B" in MASTER, then the "B" group appears below the "A" group. If the user then unchecks
Update only specific field value in elasticsearch
Update only specific field value in elasticsearch  Hi, I am using Elasticsearch in Java program and there is requirement to update/add new field into the existing document. How to Update only specific field value
update one table from another table
update one table from another table  hello, i need to update one... enter the Quantity field in table 'Products_Purchased'In table 'Products' one item should be shown only once. i tried this one but it gives null outpot
Group Container in Flex4
Group container in Flex4: The Spark Group containers take any components...) you can use Group container. The Group container is designed for simplicity... of the Group container. You can use Horizontal and Vertical layout with Group
Group Discussion Dos and Don’ts
they can prepare for a group discussion. There are two parts to it. One is that you... Group Discussion Dos and Don’ts       Introduction Group discussions are today an important
Column Group in AdvancedDataGrid
Column Group in AdvancedDataGrid in Flex4: In this example you can see how we can create a column group for two or more then two columns. The tag of column group is <mx:AdvancedDataGridColumnGroup>. Example: <?xml
how to use dropdown list in JSP and display value in same page
one option the value must get displayed below it in the same page...how to use dropdown list in JSP and display value in same page  I... in the same page Value selected = C How can we do this in a JSP page
Return Value from One Form
Return Value from One Form  I have two buttons in main form client and bank.when i click client button new form will open, in this dedupe button... value of dedupe form and use in bank form..how to do
ModuleNotFoundError: No module named 'AuthZ-Group'
ModuleNotFoundError: No module named 'AuthZ-Group'  Hi, My Python... 'AuthZ-Group' How to remove the ModuleNotFoundError: No module named 'AuthZ-Group' error? Thanks   Hi, In your python environment
ModuleNotFoundError: No module named 'django-group-by'
ModuleNotFoundError: No module named 'django-group-by'  Hi, My... named 'django-group-by' How to remove the ModuleNotFoundError: No module named 'django-group-by' error? Thanks   Hi, In your python

Ads