Navaneeth K N wrote:
> select date('2013-11-04') -> Works well
> select date('2013-11-4') -> Not working
>
> Is there a way to make the second form working?Only by inserting a zero into the string (which isn't easy with the built-in SQL functions). Regards, Clemens _______________________________________________ sqlite-users mailing list [email protected] http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

