c# 图书管理 借书 向高手致敬!
发布网友
发布时间:2024-10-07 10:33
我来回答
共3个回答
热心网友
时间:2024-11-13 21:11
你自己不是很明白吗?
1先检查是否有借阅记录
select [Bookid Numeric] from table where [Num Integer]>0 and [Stud_id Numeric]=@stuid
2.有过期未还的
select [Bookid Numeric] from table where [Num Integer]>0 and [Stud_id Numeric]=@stuid
and [Return Date]<getdate()
3.计算罚金 不知道罚金怎么算,假如说罚金每本1元或2元...等固定数据*借书数量
select sum([Fine Money]*[Num Integer]) from table where [Stud_id Numeric]=@stuid
and [Return Date]<getdate()
热心网友
时间:2024-11-13 21:13
2楼正解
热心网友
时间:2024-11-13 21:13
不是一两句话能说清的 hi聊