answer only gives headers?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • bossy
    New Member
    • Feb 2010
    • 4

    answer only gives headers?

    Select inv_qoh, inv_size, color
    from inventory
    where inv_qoh > 0
    and inv_size in ('m', 'l')
    and color in ('royal', 'bright pink', 'spruce');
  • Frinavale
    Recognized Expert Expert
    • Oct 2006
    • 9749

    #2
    Could you please elaborate on the problem that you are facing?
    A SQL statement is not a question and we cannot help you any further without some description of the problem that you are having. Please elaborate on your application, what it's supposed to do, what problems your having and post any error messages that you're getting.

    -Frinny

    Comment

    • bossy
      New Member
      • Feb 2010
      • 4

      #3
      thank you but I have solved problem; needed more ()

      Comment

      Working...