I\'m developing an app which requires that the user selects a year formatted like this 1992-1993 from a spinner. The tablename is also named 1992-19
Yes and No. It has an issue with numbers at the beginning of a table name. 1992-1993 is an expression returning -1. Try to rename the table to Year1992.
1992-1993
-1
Year1992
Here a similar issue on SO.