Click here to Skip to main content
15,895,709 members

Comments by Member 11919722 (Top 12 by date)

Member 11919722 22-Sep-15 5:27am View    
thanks for the response but its not getting downloaded
Member 11919722 22-Sep-15 3:09am View    
Can anyone please help me with finding out solution for above query
Member 11919722 21-Sep-15 8:00am View    
thaanks for replying but its not getting downloaded?
Member 11919722 21-Sep-15 4:36am View    
actually the problem in above query written by me is that inner query is returning null value for date columns to outer query that's why null value constraint error is coming but I don't understand how can it be possible since bith the tables have data in date columns.
Member 11919722 15-Sep-15 3:43am View    
update sc_bill_details set dt_open_date =(select dt_bill_date from sc_bill where sc_bill.st_bill_no=sc_bill_details.st_bill_no)where to_char(dt_open_date,'yyyy-mm-dd')in(select to_char(dt_bill_date,'yyyy-mm-dd') from sc_bill where dt_bill_date>'2015-07-01') m trying this way thought not coming where as if we write select statemnet seperately its giving required output but not with update statement??