Date: 10/18/00
- Next message: fabrizio.ermini <email protected>: "Re: [phplib] Session variables shared among browsers question"
- Previous message: Jeroen Laarhoven: "Re: [phplib] FORM data get lost at user timeout..."
- In reply to: Syed Hussain: "Re: [phplib] Session variables shared among browsers question"
- Next in thread: Johan Edback: "Re: [phplib] Session variables shared among browsers question"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
In netuse.lists.phplib you write:
>Apologies, as I know this is the wrong place to ask a MYSQL question. Does
>anyone know what the equivalent Oracle NVL function is in MYSQL
> i.e. SELECT NVL(column1, 'no data')
> FROM table;
if(isnull(column1), "no data", column1) will do, if I rmember my oracle
correctly. Your question is offtopic to this list.
Kristian
---------------------------------------------------------------------
To unsubscribe, e-mail: phplib-unsubscribe <email protected>
For additional commands, e-mail: phplib-help <email protected>
- Next message: fabrizio.ermini <email protected>: "Re: [phplib] Session variables shared among browsers question"
- Previous message: Jeroen Laarhoven: "Re: [phplib] FORM data get lost at user timeout..."
- In reply to: Syed Hussain: "Re: [phplib] Session variables shared among browsers question"
- Next in thread: Johan Edback: "Re: [phplib] Session variables shared among browsers question"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

