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.
update borrowdetails set LM_Status = 'BORROWED' where LM_Status = 'D' and Borrow_DueDate <= now()
Borrow_DueDateはDuedate列ですがvarchar、日時として扱いたい..
Borrow_DueDate
Duedate
varchar