Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 118683
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 11, 20262026-05-11T03:32:00+00:00 2026-05-11T03:32:00+00:00

Tony Andrews in another question gave an example of: IF p_c_courtesies_cd || p_c_language_cd ||

  • 0

Tony Andrews in another question gave an example of:

IF p_c_courtesies_cd     || p_c_language_cd     || v_c_name     || v_c_firstname     || v_c_function     || p_c_phone     || p_c_mobile p_c_fax     || v_c_email is not null THEN      -- Do something END IF; 

as a clever (if not a tad obscure) alternative to the Oracle COALESCE function. Sure enough, it works, if any argument is not null, the IF test is true. My question: Is Oracle’s implementation of the above concatenation operation SQL-92 conforming? Shouldn’t an expression involving a NULL evaluate to NULL? If you don’t think so, then why should the expression 1 + NULL evaluate to NULL?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. 2026-05-11T03:32:01+00:00Added an answer on May 11, 2026 at 3:32 am

    No, Oracle’s treatment of nulls is idiosyncratic, different from everyone else’s, and inconsistent with the ANSI standards. In Oracle’s defence however, it probably settled on and was committed to this treatment long before there was an ANSI standard to be consistent with!

    It all starts from the fact that Oracle stores strings with a character count followed by the string data. A NULL is represented by a character count of zero with no following string data – which is exactly the same as an empty string (”). Oracle simply doesn’t have a way to distinguish them.

    This leads to some quirky behaviour, such as this concatenation case. Oracle also has a function LENGTH to return the length of a string, but this has been defined in an opposite manner, so that LENGTH(”) returns NULL not zero. So:

    LENGTH('abc') + LENGTH('') IS NULL  LENGTH('abc' || '') = 3 

    which seems to me to violate basic mathematical principles.

    Of course, Oracle developers become so used to this that many of us can’t even see anything wrong or odd about it – some will in fact argue that the rest of the world is wrong and that an empty string and a NULL are the same thing!

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Ask A Question

Stats

  • Questions 73k
  • Answers 73k
  • Best Answers 0
  • User 1
  • Popular
  • Answers
  • Editorial Team

    How to approach applying for a job at a company ...

    • 7 Answers
  • Editorial Team

    How to handle personal stress caused by utterly incompetent and ...

    • 5 Answers
  • Editorial Team

    What is a programmer’s life like?

    • 5 Answers
  • added an answer First; for network usage, there is SerializeWithLengthPrefix and DeserializeWithLengthPrefix which… May 11, 2026 at 1:57 pm
  • added an answer OK, so - solution: files_struct contains 'conn' field, which has… May 11, 2026 at 1:57 pm
  • added an answer You can use Win32::GetLongPathName($path) from the Win32 module. May 11, 2026 at 1:57 pm

Related Questions

The studio I work at is currently developing the Tony Hawk XI website and
The Win32 GetTimeZoneInformation function returns your systems local time zone as set up in
Nevrona Designs' Rave Reports is a Report Engine for use by Embarcadero's Delphi IDE.
I'm stuck on a fix to a legacy Visual C++ 6 app. In the

Trending Tags

analytics british company computer developers django employee employer english facebook french google interview javascript language life php programmer programs salary

Top Members

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.