I am new to SQL can anyone tell me what this hint does?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • dlabrie
    New Member
    • Jan 2012
    • 2

    I am new to SQL can anyone tell me what this hint does?

    select /*+ ALL_ROWS */

    I appreciate the help.
  • Rabbit
    Recognized Expert MVP
    • Jan 2007
    • 12517

    #2
    /* */ comments out everything in between.

    Comment

    • dlabrie
      New Member
      • Jan 2012
      • 2

      #3
      Rabbit,

      Thanks for the information. I appreciate it.

      Diane

      Comment

      • Rabbit
        Recognized Expert MVP
        • Jan 2007
        • 12517

        #4
        Sure thing, anytime.

        Comment

        Working...