sql datediff db2

Solutions on MaxInterview for sql datediff db2 by the best coders in the world

showing results for - "sql datediff db2"
Alice
02 Jan 2017
1SELECT DISTINCT
2    LEAST(180, DAYS(curdate()) - DAYS(start_date)) as days
3FROM table2
4where expire_date > curdate()
5
similar questions
queries leading to this page
sql datediff db2