Hi 

I am new to Derby but a veteran with Oracle and Sql Server.

reading the reference guide for 10.4, I can't find references to:
- REPLACE
- TRANSLATE
- MonthName or something like the Sql Server DatePart or Oracle TO_CHAR
functions
- LPAD, RPAD
- INITCAP

We can create called formatting functions that we can apply to the data once
it is returned from the DB, but I would prefer to let the DB do this kind of
work.

Also, I notice there is the generic CASE statement, but no clear indication
of something like
 CASE {expression) when Value 1 then .... when Value2 ... else ..... end
Is this type of CASe statement supported?
-- 
View this message in context: 
http://www.nabble.com/Looking-for-Debry-SQL-equivalent-of-REPLACE%2C-TRANSLATE%2C-etc.-tp23309671p23309671.html
Sent from the Apache Derby Users mailing list archive at Nabble.com.

Reply via email to