摘要:
有多组数据,分别是收入,支出,余额,它们的关系是:本期余额=上次余额+收入-支出/*测试数据:Create Table tbl([日期] smalldatetime,[收入] int ,[支出] int) Insert Into tblSELECT '2004-02-11', 60, 45union... 阅读全文
posted @ 2014-11-02 21:43 且行且思 阅读(10081) 评论(0) 推荐(0)
|
|||
|
摘要:
有多组数据,分别是收入,支出,余额,它们的关系是:本期余额=上次余额+收入-支出/*测试数据:Create Table tbl([日期] smalldatetime,[收入] int ,[支出] int) Insert Into tblSELECT '2004-02-11', 60, 45union... 阅读全文
posted @ 2014-11-02 21:43 且行且思 阅读(10081) 评论(0) 推荐(0) |
|||