![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
Hello, The Firebird-Database 2.1 contains a LIST function http://www.firebirdsql.org/rlsnotes/...leaseNotes.pdf ____________________________ The LIST Function Oleg Loa Dmitry Yemanov (v.2.1) This function returns a string result with the concatenated non-NULL values from a group. It returns NULL if there are no non-NULL values. FormatData Manipulation Language (DML) 44 list function> ::= LIST '(' [ {ALL | DISTINCT} ] <value expression> [',' <delimiter value ] ')' delimiter value> ::= { <string literal> | <parameter> | <variable> } ____________________________ Is there any equivalent in ORACLE 9? It seems that there is a COLLECT function in Oracle 10i (http://www.adp-gmbh.ch/blog/2005/march/28.html) But not so easy to use like LIST in FireBird. -- Norbert |
#3
| |||
| |||
|
|
Hello, The Firebird-Database 2.1 contains a LIST function http://www.firebirdsql.org/rlsnotes/...leaseNotes.pdf ____________________________ The LIST Function Oleg Loa Dmitry Yemanov (v.2.1) This function returns a string result with the concatenated non-NULL values from a group. It returns NULL if there are no non-NULL values. FormatData Manipulation Language (DML) 44 list function> ::= LIST '(' [ {ALL | DISTINCT} ] <value expression> [',' <delimiter value ] ')' delimiter value> ::= { <string literal> | <parameter> | <variable> } ____________________________ Is there any equivalent in ORACLE 9? It seems that there is a COLLECT function in Oracle 10i (http://www.adp-gmbh.ch/blog/2005/march/28.html) But not so easy to use like LIST in FireBird. -- Norbert |
#4
| |||
| |||
|
|
Hello, The Firebird-Database 2.1 contains a LIST function http://www.firebirdsql.org/rlsnotes/...leaseNotes.pdf ____________________________ The LIST Function Oleg Loa Dmitry Yemanov (v.2.1) This function returns a string result with the concatenated non-NULL values from a group. It returns NULL if there are no non-NULL values. FormatData Manipulation Language (DML) 44 list function> ::= LIST '(' [ {ALL | DISTINCT} ] <value expression> [',' <delimiter value ] ')' delimiter value> ::= { <string literal> | <parameter> | <variable> } ____________________________ Is there any equivalent in ORACLE 9? It seems that there is a COLLECT function in Oracle 10i (http://www.adp-gmbh.ch/blog/2005/march/28.html) But not so easy to use like LIST in FireBird. -- Norbert |
#5
| |||
| |||
|
|
Hello, The Firebird-Database 2.1 contains a LIST function http://www.firebirdsql.org/rlsnotes/...leaseNotes.pdf ____________________________ The LIST Function Oleg Loa Dmitry Yemanov (v.2.1) This function returns a string result with the concatenated non-NULL values from a group. It returns NULL if there are no non-NULL values. FormatData Manipulation Language (DML) 44 list function> ::= LIST '(' [ {ALL | DISTINCT} ] <value expression> [',' <delimiter value ] ')' delimiter value> ::= { <string literal> | <parameter> | <variable> } ____________________________ Is there any equivalent in ORACLE 9? It seems that there is a COLLECT function in Oracle 10i (http://www.adp-gmbh.ch/blog/2005/march/28.html) But not so easy to use like LIST in FireBird. -- Norbert |
#6
| |||
| |||
|
|
Hello, The Firebird-Database 2.1 contains a LIST function http://www.firebirdsql.org/rlsnotes/...leaseNotes.pdf ____________________________ The LIST Function Oleg Loa Dmitry Yemanov (v.2.1) This function returns a string result with the concatenated non-NULL values from a group. It returns NULL if there are no non-NULL values. FormatData Manipulation Language (DML) 44 list function> ::= LIST '(' [ {ALL | DISTINCT} ] <value expression> [',' <delimiter value ] ')' delimiter value> ::= { <string literal> | <parameter> | <variable> } ____________________________ Is there any equivalent in ORACLE 9? It seems that there is a COLLECT function in Oracle 10i (http://www.adp-gmbh.ch/blog/2005/march/28.html) But not so easy to use like LIST in FireBird. -- Norbert |

#7
| |||
| |||
|
|
Hello, The Firebird-Database 2.1 contains a LIST function http://www.firebirdsql.org/rlsnotes/...leaseNotes.pdf ____________________________ The LIST Function Oleg Loa Dmitry Yemanov (v.2.1) This function returns a string result with the concatenated non-NULL values from a group. It returns NULL if there are no non-NULL values. FormatData Manipulation Language (DML) 44 list function> ::= LIST '(' [ {ALL | DISTINCT} ] <value expression> [',' <delimiter value ] ')' delimiter value> ::= { <string literal> | <parameter> | <variable> } ____________________________ Is there any equivalent in ORACLE 9? It seems that there is a COLLECT function in Oracle 10i (http://www.adp-gmbh.ch/blog/2005/march/28.html) But not so easy to use like LIST in FireBird. -- Norbert |

#8
| |||
| |||
|
|
Hello, The Firebird-Database 2.1 contains a LIST function http://www.firebirdsql.org/rlsnotes/...leaseNotes.pdf ____________________________ The LIST Function Oleg Loa Dmitry Yemanov (v.2.1) This function returns a string result with the concatenated non-NULL values from a group. It returns NULL if there are no non-NULL values. FormatData Manipulation Language (DML) 44 list function> ::= LIST '(' [ {ALL | DISTINCT} ] <value expression> [',' <delimiter value ] ')' delimiter value> ::= { <string literal> | <parameter> | <variable> } ____________________________ Is there any equivalent in ORACLE 9? It seems that there is a COLLECT function in Oracle 10i (http://www.adp-gmbh.ch/blog/2005/march/28.html) But not so easy to use like LIST in FireBird. -- Norbert |

#9
| |||
| |||
|
|
Hello, The Firebird-Database 2.1 contains a LIST function http://www.firebirdsql.org/rlsnotes/...leaseNotes.pdf ____________________________ The LIST Function Oleg Loa Dmitry Yemanov (v.2.1) This function returns a string result with the concatenated non-NULL values from a group. It returns NULL if there are no non-NULL values. FormatData Manipulation Language (DML) 44 list function> ::= LIST '(' [ {ALL | DISTINCT} ] <value expression> [',' <delimiter value ] ')' delimiter value> ::= { <string literal> | <parameter> | <variable> } ____________________________ Is there any equivalent in ORACLE 9? It seems that there is a COLLECT function in Oracle 10i (http://www.adp-gmbh.ch/blog/2005/march/28.html) But not so easy to use like LIST in FireBird. -- Norbert |

#10
| |||
| |||
|
|
Dnia Wed, 25 Jun 2008 16:34:39 +0200, Norbert Winkler napisa³(a): The LIST Function Oleg Loa Dmitry Yemanov (v.2.1) This function returns a string result with *the concatenated non-NULL values from a group. It returns NULL if there are no non-NULL values. Is there any equivalent in ORACLE 9? It seems that there is a COLLECT function in Oracle 10i (http://www.adp-gmbh.ch/blog/2005/march/28.html) But not so easy to use like LIST in FireBird. You can check stragg function (it is user defined aggregate function). -- Krzysztof Jamróz |
![]() |
| Thread Tools | |
| Display Modes | |
| |