केस स्टेटमेंट का इस्तेमाल करें...
Update tbl
set points = CASE
WHEN ID = 1 then 05
when ID = 2 then 10
when ID = 3 then 825
when ID = 4 then 48 END
वर्किंग फिडेल:http://sqlfiddle.com/#!9/6cb0d/1/ 0
केस स्टेटमेंट का इस्तेमाल करें...
Update tbl
set points = CASE
WHEN ID = 1 then 05
when ID = 2 then 10
when ID = 3 then 825
when ID = 4 then 48 END
वर्किंग फिडेल:http://sqlfiddle.com/#!9/6cb0d/1/ 0