Support of string function in Monetdb
Hi every body, Does Monetdb supports string function like concat_ws in Postgresql (http://www.postgresql.org/docs/9.1/static/functions-string.html) ? Best regards, Fopa Léon Constantin,
Hello Fopa, You can get an overview of all available string functions with the sql query: select * from functions where mod = 'str'; This overview is fairly up-to-date: https://en.wikibooks.org/w/index.php?title=SQL_Dialects_Reference/Functions_and_expressions/String_functions&stable=0 Regards, Jennie
On Dec 13, 2014, at 01:17, Leon-Constantin Fopa
wrote: Hi every body,
Does Monetdb supports string function like concat_ws in Postgresql (http://www.postgresql.org/docs/9.1/static/functions-string.html) ?
Best regards,
Fopa Léon Constantin,
_______________________________________________ users-list mailing list users-list@monetdb.org https://www.monetdb.org/mailman/listinfo/users-list
participants (2)
-
Leon-Constantin Fopa
-
Ying Zhang