Advertisement
Guest User

Untitled

a guest
Aug 22nd, 2017
95
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.69 KB | None | 0 0
  1. select loanid,loantypeid,loanno,intrate, *from loanmain where loandate>='2074/04/01' order by loandate asc
  2.  
  3. update loanmain set intrate=18 where loandate>='2074/04/01'
  4.  
  5. select * from loantypedetails
  6. update loantypedetails set intrestrate=18 where ltdid in
  7. (1,
  8. 2,
  9. 3,
  10. 4,
  11. 5,
  12. 6,
  13. 7,
  14. 8)
  15.  
  16. select * from savingtype
  17. update savingtype set taxonintrest=5, prid=198 where savingtypeid in
  18. (1,
  19. 2,
  20. 3,
  21. 4,
  22. 5,
  23. 6,
  24. 7,
  25. 27,
  26. 30)
  27.  
  28.  
  29.  
  30. select * from
  31. update savingtype set prid=198 where savingtypeid in
  32. (1,
  33. 2,
  34. 3,
  35. 4,
  36. 5,
  37. 6,
  38. 7,
  39. 27,
  40. 30)
  41.  
  42.  
  43.  
  44.  
  45. select * from savingtype
  46. select * from acctree where id=94
  47. select * from acctree where name like 'tds%'
  48. select * from ledger where accountheadid=198
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement