Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
給与管理用のWebアプリを作りたいです。テーブルに 16 以上の L が存在する場合、A が存在しないと見なされるよりも、1 年間の葉の総数を計算したいと考えています。
これはどのように手続きをすればよいですか?
どんな助けでも大歓迎です。
おそらくこれはうまくいくかもしれません。
SELECT EmployeeID, DaysAbsent=(SELECT COUNT(DISTINCT aDate)FROM aDateTable WHERE Absent=1 and EmployeeID=Employees.EmployeeID) FROM Employess