Click here to Skip to main content
15,897,187 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
heyy...

how to update a column of selected row in a table (of a same table)...I tried ..but not working...

the query is in below..

SQL
UPDATE `billgeneration` SET CollectedBy= ( SELECT `BillCollectionId` FROM   billgeneration  WHERE `PaymentId`=21 LIMIT 0,1 ) WHERE `PaymentId`=22


plz help...
Posted
Updated 18-Feb-13 0:11am
v2
Comments
Tharaka MTR 18-Feb-13 9:05am    
why you need "LIMIT 0,1" part?
aravindnass 18-Feb-13 23:26pm    
because ,We need 1 row ..( my purpose is update monthly wise ....)..So I need database record of monthly wise...

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900