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 4328100
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 21, 20262026-05-21T09:37:56+00:00 2026-05-21T09:37:56+00:00

According to the ANSI SQL-1992 standard, page 132 , this is the syntax for

  • 0

According to the ANSI SQL-1992 standard, page 132, this is the syntax for the ANSI substring function:

<character substring function> ::=
    SUBSTRING <left paren> <character value expression> FROM <start position>
    FOR <string length> ] <right paren>

A quick test in SQL developer on an oracle 10g schema:

SELECT SUBSTRING('ASDF' FROM 1 FOR 1) FROM DUAL;

Results in:

ORA-00907: missing right parenthesis
00907. 00000 -  "missing right parenthesis"
*Cause:    
*Action:
Error at Line: 1 Column: 28

Does this mean Oracle 10g does not comply with this particular ANSI standard?

I simply would like to use an ANSI standard substring function instead of a vendor specific one.

  • 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. Editorial Team
    Editorial Team
    2026-05-21T09:37:57+00:00Added an answer on May 21, 2026 at 9:37 am

    oracle documentation for SUBSTR

    but you can check this http://troels.arvin.dk/db/rdbms/#functions-SUBSTRING

    Doesn’t provide the standard SUBSTRING
    function. Provides
    SUBSTR(input,start-pos[,length])
    instead (i.e. length is optional).
    Oracle provides a number of
    SUBSTR-variants (SUBSTRB, SUBSTRC,
    SUBSTR2, SUBSTR4, same syntax as for
    SUBSTR), mainly for handling various
    kinds of non-latin-only string-types.
    Oracle doesn’t have support for
    string-extraction with the special
    SQL-style regular expressions.
    Instead, it has the REGEXP_SUBSTR
    function which offers string
    extraction, using POSIX-style regular
    expression pattern matching.

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

Sidebar

Related Questions

According to Mark's awesome tutorial page, The map function applies a given function that
According to this discussion , the iphone agreement says that it doesn't allow loading
According to the answers to this question, I cannot embed a file version in
According to Wikipedia, on the Comparison of programming languages page, it says that F#
According to this article Silverlight 2 Beta 2 supports the DataContractJsonSerializer object. But, when
According to C++ Standard paragraph 3.7.3/1 objects should be dynamically created with new expression
According to the Java standard the short and char types both use 2 bytes
According to the documentation i would like to overwrite predefined formats using this settings:
According to the manual , git dcommit will create a revision in SVN for
According to the documentation, they're pretty much interchangeable. Is there a stylistic reason to

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.