Sorry, but there are no more tags available to filter with.
-
Hello, I have a datetime field (mydate) in my table (mytable), and I want to get all different year from this table. Here is the query which works in MySQL : string queryString = "Select distinct year(mydate) as year from mytable" I want to make the same query using SQLite I have try this ...
Page 1 of 1 (1 items)