Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
Author |
Topic |
CSK
Constraint Violating Yak Guru
489 Posts |
Posted - 2006-11-02 : 07:07:25
|
i have the table G4_Ar_Cust_Ageing_Fifo_Final_Tab_dcbStructure :-----------Ageing_As_On_Datecompany_noinvoice_locnorder_locncust_Nocust_nameBucket_no_1Bucket_no_2Bucket_no_3Bucket_no_4Bucket_no_5Bucket_no_6Bucket_no_7Bucket_no_OthTotal_Balancesp_idDue_Daysi want to update the bucket no's (Bucket_no_1-7) based on the due_days . The due days range is bellowBucket_no_1 0 30Bucket_no_2 31 60Bucket_no_3 61 90Bucket_no_4 91 180Bucket_no_5 181 270Bucket_no_6 271 365Bucket_no_7 366 2000how can i update the same..?Can any one please help meKrishna |
|
SwePeso
Patron Saint of Lost Yaks
30421 Posts |
Posted - 2006-11-02 : 07:20:44
|
Where do you want to store the two integer limits?Peter LarssonHelsingborg, Sweden |
 |
|
CSK
Constraint Violating Yak Guru
489 Posts |
Posted - 2006-11-02 : 07:27:25
|
quote: Originally posted by Peso Where do you want to store the two integer limits?Peter LarssonHelsingborg, Sweden
Sorry Peter I Didn't Get U |
 |
|
SwePeso
Patron Saint of Lost Yaks
30421 Posts |
Posted - 2006-11-02 : 08:06:03
|
For Bucket_no_1, you want to store two integer, 0 and 30. In which columns do you want to store these values?Also, the table has Bucket_no_1 to Bucket_no_7 as columns. What is the purpose of those?Peter LarssonHelsingborg, Sweden |
 |
|
|
|
|