The idea is : people need to check their passwords every <password_exiry>
I have 3 tables
1 table containing 3 fields ; hostID, hostname, password_expiry
1 table containing the users ; userID, username, password
1 table containing the last date the password was checked : checkedID, userID , hostID, last_date_checked
How can I build a query which is going to tell me when a host was never checked before ?
BaKMaN
I have 3 tables
1 table containing 3 fields ; hostID, hostname, password_expiry
1 table containing the users ; userID, username, password
1 table containing the last date the password was checked : checkedID, userID , hostID, last_date_checked
How can I build a query which is going to tell me when a host was never checked before ?
BaKMaN