27 Jan
2011
27 Jan
'11
10:36 a.m.
On 27-01-2011 02:29:11 -0800, Ramkumarlak wrote:
Hi,
Let me know whether the following MYSQL functions are available in MonetDB.
1) concat()
yes, or use ||
2) date()
CAST(X AS DATE)
3) from_unix_time()
unfortunately not
4) interval()
I cannot find such function in the MySQL reference, but we do support the INTERVAL type
5) Weekday()
I think not, don't know an equivalent either.