SQLLite strftime not reading column value
问题 i have this in my Sqllite Database query, i want ... select BoardingDate, strftime('%Y', date(BoardingDate)) from Hostels; but in the output it renders BoardingDate correctly and the output BoardingDate Month ------------------------- 8/1/2007 0:00:00 null 3/1/2008 0:00:00 null 8/1/2008 0:00:00 null 3/1/2009 0:00:00 null These is the current behaviour of the queries 1. strftime('%Y', date('now')) - outputs correctly 2. strftime('%Y', date('2020-03-06')) - it works also 3. strftime('%Y', date