TariqMehmod
Programmer
Sir while using sqlserver, I have this data
I want to update TIK column as like this
Formula:
If found tik=1 then it pick up weight that is 375
Now 375-25=350
Update table_1 set tik= 1 where weight between 350,375
Please help
I want to update TIK column as like this
Formula:
If found tik=1 then it pick up weight that is 375
Now 375-25=350
Update table_1 set tik= 1 where weight between 350,375
Please help