Results 1 to 2 of 2

Thread: Oracle column names with space

  1. #1
    Member
    Join Date
    Sep 2012
    Posts
    90

    Lightbulb Oracle column names with space

    Can we create column names containing spaces in oracle table? Is it possible? If so how can we create?

  2. #2
    Member
    Join Date
    Jul 2012
    Posts
    46
    Yes, you an create columns which contains space. Just include those column names in double quotes.

    Example which shows querying:

    Code:
    select employee_id, "first name" from employees;

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •