Jump to content

sql help


vizagpower

Recommended Posts

im trying to update a table based on the below logic , 

but its failing , any idea where im going wrong ??

 

UPDATE  uaimage_test
SET    imagegen_flag = ( CASE
                 WHEN datediff(SS,frr.dateEnd,ua.imagegen_dt) <= 120 THEN 0
                 ELSE 1
               END )
FROM   uas.fileread_files ff 
inner join uaimage_test ua  on ff.individual_id=ua.ind_no
inner join uas.fileread_reads frr on frr.ff_id=ff.id   
where  docType='RDST' and frr.dateEnd is not null 
and ff.id in ( select id from uas.fileread_files where lu_semester=48)

Link to comment
Share on other sites

2 minutes ago, vizagpower said:

im trying to update a table based on the below logic , 

but its failing , any idea where im going wrong ??

 

UPDATE  uaimage_test
SET    imagegen_flag = ( CASE
                 WHEN datediff(SS,frr.dateEnd,ua.imagegen_dt) <= 120 THEN 0
                 ELSE 1
               END )
FROM   uas.fileread_files ff 
inner join uaimage_test ua  on ff.individual_id=ua.ind_no
inner join uas.fileread_reads frr on frr.ff_id=ff.id   
where  docType='RDST' and frr.dateEnd is not null 
and ff.id in ( select id from uas.fileread_files where lu_semester=48)

error em osthondi ?

Link to comment
Share on other sites

3 minutes ago, vizagpower said:

im trying to update a table based on the below logic , 

but its failing , any idea where im going wrong ??

 

UPDATE  uaimage_test
SET    imagegen_flag = ( CASE
                 WHEN datediff(SS,frr.dateEnd,ua.imagegen_dt) <= 120 THEN 0
                 ELSE 1
               END
)
FROM   uas.fileread_files ff 
inner join uaimage_test ua  on ff.individual_id=ua.ind_no
inner join uas.fileread_reads frr on frr.ff_id=ff.id   
where  docType='RDST' and frr.dateEnd is not null 
and ff.id in ( select id from uas.fileread_files where lu_semester=48)

idhi pani chestadantava??

Link to comment
Share on other sites

2 minutes ago, SlMHAM said:

idhi pani chestadantava??

i mean if  , if duration less than 120 sec , i need to reset it to 0, am i missing something ??? just checked , case is working fine

 

Link to comment
Share on other sites

Just now, vizagpower said:

i mean if  , if duration less than 120 sec , i need to reset it to 0, am i missing something ???

 

asalu failure error endho post cheste janalaki easy avutundi ekkada dobbutondo ani gallery_8818_6_385253.gif?1367349476

Link to comment
Share on other sites

5 minutes ago, vizagpower said:

yes ,its fine

 

3 minutes ago, 4Vikram said:

fail aitaledu update aitaledu antundu kada

 

2 minutes ago, VCR said:

akkada select run aithunnadi antunnadu malla update kakpovadam endi same case statement tho 

sare neeku maaku sync avatle gani..

Single update badulu randu rayi... case statement badulu where use cheyyi...

 

oka update statement with flag = 0 when datediff <=120

inkoti update statement with flag = 1 when datediff >120

7 minutes ago, vizagpower said:

yes ,its fine

Select CASE
                 WHEN datediff(SS,frr.dateEnd,ua.imagegen_dt) <= 120 THEN 0
                 ELSE 1
               END  AS test
FROM   uas.fileread_files ff 
inner join uaimage_test ua  on ff.individual_id=ua.ind_no
inner join uas.fileread_reads frr on frr.ff_id=ff.id   
where  docType='RDST' and frr.dateEnd is not null 
and ff.id in ( select id from uas.fileread_files where lu_semester=48)

Run cheyyi emustundo cheppu

Link to comment
Share on other sites

26 minutes ago, VCR said:

akkada select run aithunnadi antunnadu malla update kakpovadam endi same case statement tho 

yeah nenu kuda chusna run aindi bane mari update enduku avaledu oo no idea

 

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...