Server crash when trying convert timestamp to string with incorrect format
1 Oct
2015
1 Oct
'15
1:30 p.m.
Hello Developers, MonetDB server crashes when trying to execute timestamp_to_str function with incorrect format string. SQL: SELECT timestamp_to_str(current_timestamp, '%Q'); I send bug report, https://www.monetdb.org/bugzilla/show_bug.cgi?id=3816 But, also I need QUARTER extraction from date values by SQL server, like "extract(quarter from date '2015-10-01')" = 4 Now, I am using this "((extract(month from {0}) - 1) / 3 + 1)" -- Best regards, Sherzod mailto:shmutalov@gmail.com
3376
Age (days ago)
3376
Last active (days ago)
0 comments
1 participants
participants (1)
-
Sherzod Mutalov