SQLite Forum

Use Recursive Date to test Holiday and Weekend and Update Record
Login
I am trying to validate a date against a Holiday table and update if the end day falls on holiday or weekend to next business day. How can I test 3 different (date) conditions in SQLite. Thank You.