This topic contains 4 replies, has 0 voices, and was last updated by sohail malik 15 years, 5 months ago.

  • Author
    Posts
  • #8581

    QMKevin

    I’m working with the ODBC drivers to get data, but I’m not sure what exact language I should be using to do more than the basics.

    For example, I can’t use Oracle query comments, such as “ROWNUM”, but neither can I use SQL commands like NEWID()

    Can anyone tell me what query language I should be looking at?
    This is a cached copy. Click here to see the original post.

  • #8582

    mhuffman

    In general, you should be able to use SQL92 syntax.

    An updated version of the driver expected for rollout in 2009 will address a few current shortcomings such as nested SELECT queries and the CASE statement.

  • #8583

    ivan.parra

    RE: What query language should I use?

    try rownum()

  • #8584

    QMKevin

    Thanks for the replies, guys – Looking forward to the new release next year

  • #8585

    sohail malik

    RE: What query language should I use?

    Any plan on the new release for 2009. The CASE statement sure would be handy right now.

You must be logged in to reply to this topic.