D dwn.220.v.ua

informix sql decode null

The DECODE expression is similar to the CASE expression in that it can prin...

📦 .zip⚖️ 82.2 MB📅 13 Feb 2026

The DECODE expression is similar to the CASE expression in that it can print different results depending on the values IBM® Informix® If no expression matches expr and you specified no else_expr, then DECODE returns NULL.

⬇ Download Full Version

IBM® Informix® The DECODE function. You can use the DECODE function to conv...

📦 .zip⚖️ 46.8 MB📅 07 Dec 2025

IBM® Informix® The DECODE function. You can use the DECODE function to convert an expression of one value to another value. returns exp_m; if no expression matches test and there is no exp_m, DECODE returns NULL.

⬇ Download Full Version

In Oracle, you can use DECODE function to evaluate a list of expressions, a...

📦 .zip⚖️ 60.2 MB📅 03 Jun 2026

In Oracle, you can use DECODE function to evaluate a list of expressions, and if a value is matched return the corresponding result. In SQL Server, you can use CASE expression that is also supported by Oracle. Note that NULL values in DECODE function and CASE expression are handled.

⬇ Download Full Version

For more information on calling user-defined functions from SQL, see UPDATE...

📦 .zip⚖️ 120.3 MB📅 21 Mar 2026

For more information on calling user-defined functions from SQL, see UPDATE part SET status = DECODE(inventory_qty, 0, DECODE(resupply_date, NULL.

⬇ Download Full Version

Use decode function to deal with NULL value. SQL> -- create demo table S...

📦 .zip⚖️ 70.2 MB📅 27 Jan 2026

Use decode function to deal with NULL value. SQL> -- create demo table SQL> create table Employee(2 ID VARCHAR2(4 BYTE) NOT NULL, 3 First_Name.

⬇ Download Full Version

I'm not % clear on your question, but it sounds like you want your sub...

📦 .zip⚖️ 44.2 MB📅 10 Mar 2026

I'm not % clear on your question, but it sounds like you want your substitute date evaluated in the WHERE clause, even though you have.

⬇ Download Full Version

g CHAR(32) DEFAULT NULL) RETURNING CHAR(32); IF a IS NOT it is safe to assu...

📦 .zip⚖️ 82.4 MB📅 24 Mar 2026

g CHAR(32) DEFAULT NULL) RETURNING CHAR(32); IF a IS NOT it is safe to assume that SE does not have much of SQL past SQL

⬇ Download Full Version

I can't use dual and I can only use simple sql(result should be f. sel...

📦 .zip⚖️ 110.9 MB📅 29 Mar 2026

I can't use dual and I can only use simple sql(result should be f. select decode(count(employee_id), 0, null, employee_id) from.

⬇ Download Full Version

Informix. Hola amigos, tengo un problema con la función decode de informix....

📦 .zip⚖️ 27.3 MB📅 28 May 2026

Informix. Hola amigos, tengo un problema con la función decode de informix. Yo hago lo siguiente: select decode(codsat, null, 'I', ,'Interno'.

⬇ Download Full Version

Informix Guide to SQL: Tutorial Using Functions in . If every column value ...

📦 .zip⚖️ 51.7 MB📅 21 Feb 2026

Informix Guide to SQL: Tutorial Using Functions in . If every column value is null, the VARIANCE function returns a null for that column. For more information . The following conversion functions convert between date and character values.

⬇ Download Full Version

or less than a value inside DECODE. I put I have used the CASE statement in...

📦 .zip⚖️ 75.2 MB📅 09 May 2026

or less than a value inside DECODE. I put I have used the CASE statement in PL/SQL in without any problems. The trick is .. ELSE NULL END.

⬇ Download Full Version

In SQL Server DUAL table does not exist, but you could create one. In the f...

📦 .zip⚖️ 108.2 MB📅 11 Jun 2026

In SQL Server DUAL table does not exist, but you could create one. In the following code, DUAL involves the use of decode with NULL. Informix, Since version , a dummy table has been included: sysmaster:sysdual.

⬇ Download Full Version

I had a query (for Postgres and Informix) with a NOT IN clause containing a...

📦 .zip⚖️ 73.7 MB📅 29 Sep 2025

I had a query (for Postgres and Informix) with a NOT IN clause containing a subquery that in some cases returned NULL values, causing that.

⬇ Download Full Version

NVL: evitando los valores nulos; DECODE: devolver valor OUTER personal c WH...

📦 .zip⚖️ 92.8 MB📅 24 Nov 2025

NVL: evitando los valores nulos; DECODE: devolver valor OUTER personal c WHERE dwn.220.v.ua IS NOT NULL AND dwn.220.v.ua[10,11] '00'.

⬇ Download Full Version

Re: Coalesce() in Informix SE. Have you tried the decode function: decode(N...

📦 .zip⚖️ 47.7 MB📅 08 Feb 2026

Re: Coalesce() in Informix SE. Have you tried the decode function: decode(NULL, 0, dwn.220.v.uast) Not sure if your version supports this or not. You could.

⬇ Download Full Version