Re: JavaDB / Apache Derby equivalent to the SQL Server IsNull, Oracle nvl and MySQL IfNull
- From: Thomas Kellerer <FJIFALSDGVAF@xxxxxxxxxxxxx>
- Date: Fri, 10 Aug 2007 18:19:45 +0200
James Appleby wrote on 10.08.2007 17:48:
I'm trying to add support for Apache Derby to a piece of software thatCASE or NULLIF
already has support for Oracle, SQL Server and MySQL. There is a lot
of DB specific coding involved to get the best performance possible.
Several of these queries involve checking to see if a nested query
returns a value and substituting 0 if no rows are returned.
In Oracle the function is called: nvl
In SQL Server the function is called: IsNull
In MySQL the function is called: IfNull
I can't find an equivalent for Derby. Does one exist?
http://db.apache.org/derby/docs/10.2/ref/rrefcasenullif.html
Thomas
.
- Follow-Ups:
- References:
- Prev by Date: JavaDB / Apache Derby equivalent to the SQL Server IsNull, Oracle nvl and MySQL IfNull
- Next by Date: Java Technologies
- Previous by thread: JavaDB / Apache Derby equivalent to the SQL Server IsNull, Oracle nvl and MySQL IfNull
- Next by thread: Re: JavaDB / Apache Derby equivalent to the SQL Server IsNull, Oracle nvl and MySQL IfNull
- Index(es):
Relevant Pages
|
|