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

  • SEARCH
  • Home
  • 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 7826331
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 2, 20262026-06-02T09:21:16+00:00 2026-06-02T09:21:16+00:00

Why is the From seen as being in the wrong spot? I had to

  • 0

Why is the “From” seen as being in the wrong spot?

I had to change double quotes to single quotes in a query to get the query string to compile in the IDE while porting from Delphi to C#.

IOW, with SQL like this, that works in Delphi and Toad:

@"SELECT R.INTERLOPERABCID "ABCID",R.INTERLOPERID "CRID", . . .

…I had to change it to this for it to compile in Visual Studio:

@"SELECT R.INTERLOPERABCID 'ABCID',R.INTERLOPERID 'CRID', . . .

However, the SQL won’t run that way – I get the “ORA-00923: FROM keyword not found where expected” err msg (both in Toad and when trying to execute the SQL in the C# app).

How can I get it both to compile and to run?

  • 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-06-02T09:21:18+00:00Added an answer on June 2, 2026 at 9:21 am

    The quotes around your column aliases are giving it heartburn.

    It appears that in the original case, the entire query is surrounded by double quotes, and the double quotes around the column aliases mess with those.

    In the second case, Oracle is interpreting the single-quoted column aliases as strings, which throw it off.

    In Oracle, you shouldn’t need either: You should be able to just code:

    @"SELECT R.INTERLOPERABCID ABCID,R.INTERLOPERID CRID, . . .
    

    or, using the optional AS keyword:

    @"SELECT R.INTERLOPERABCID AS ABCID,R.INTERLOPERID AS CRID, . . .
    

    Hope this helps.

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

Sidebar

Related Questions

i've seen from here how to use tray. So i use it in this
I am trying to make global structure, which will be seen from any part
From what I've seen, Android development requires the traditional Java style importing of each
From here I have seen it suggested that an instance of RichTextBox be created
From what I've seen about using the Async CTP with the event asynchronous pattern,
From the few examples I have seen around the net, gl_FragData[0] is assumed to
From all the samples I've seen using NAudio's MeteringSampleProvider to update a VolumeMeter control,
I've seen this dialog pop up from time to time when installing softwre and
I've seen a plugin for Vim called AutoClose (discovered from this post) which automatically
I have seen blogs and people saying Returning dataset/datatable from an ajax enabled wcf

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.