What is the best way to calculate the age in years from a birth date in sqlite3?
相关问题
- SQL/SQL-LITE - Counting records after filtering
- Date with SimpleDateFormat in Java
- What SQLite NuGet package do I need
- How to write the array into the sqlite database fo
- VBA local timezone adjustment
This one works.
I merely ported this MySQL example: http://dev.mysql.com/doc/refman/5.0/en/date-calculations.html