The GREATEST function allows to compare values of different n columns.
According to Oracle documentation:
According to Oracle documentation:
And this are some sample usages:GREATEST
returns the greatest of the list of one or more expressions. Oracle Database uses the firstexpr
to determine the return type. If the firstexpr
is numeric, then Oracle determines the argument with the highest numeric precedence, implicitly converts the remaining arguments to that datatype before the comparison, and returns that datatype. If the firstexpr
is not numeric, then eachexpr
after the first is implicitly converted to the datatype of the firstexpr
before the comparison.
Oracle Database compares eachexpr
using nonpadded comparison semantics. The comparison is binary by default and is linguistic if theNLS_COMP
parameter is set toLINGUISTIC
. Character comparison is based on the numerical codes of the characters in the database character set and is performed on whole strings treated as one sequence of bytes, rather than character by character. If the value returned by this function is character data, then its datatype is alwaysVARCHAR2
.
GREATEST(2, 5, 12, 3) Result: 12 GREATEST('2', '5', '12', '3') Result: '5' GREATEST( 09/21/2013, 01/02/2012, 09/21/2013) -- columns typed as dates Result: 09/21/2013 GREATEST('apples', 'applis', 'applas') Result: 'applis'The problem emerges when trying to a null value:
GREATEST( 09/21/2013, NULL, 09/21/2013) -- columns typed as dates Result: NULL GREATEST('apples', 'applis', NULL) Result: NULLTo avoid this you can use the NVL() function that replaces a NULL value with a string. If you are handling dates then after that conversion you still need to convert it to_date(). This is the query that will work if you're business only requires dates bigger than 1900-01-01.
Col A Col B GREATEST_DATE --------------------------------------- NULL NULL NULL 09-21-2013 01-02-2012 09-21-2013 NULL 01-03-2013 01-03-2013 01-03-2013 NULL 01-03-2013
Col A Col B GREATEST_DATE --------------------------------------- NULL NULL 1900-01-01 09-11-2013 01-02-2012 09-11-2013 NULL 01-03-2013 01-03-2013 01-03-2013 NULL 01-03-2013
mmorpg oyunlar
ResponderEliminarİNSTAGRAM TAKİPCİ SATİN AL
tiktok jeton hilesi
Tiktok Jeton Hilesi
Saç Ekimi Antalya
referans kimliği nedir
İNSTAGRAM TAKİPÇİ SATIN AL
metin2 pvp serverler
İNSTAGRAM TAKİPÇİ SATIN AL