Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Rhinorhino on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by jd1515

  1. jd1515

    "where" clause causing problems

    nevermind, I got it. Thanks.
  2. jd1515

    "where" clause causing problems

    Thanks r937, I had to make one modification, but it works great now. I was getting an error about the "by customer.ownlname" at the end so I moved it before the parentheses like this: ( select customer.custid , customer.ownfname , customer.ownlname , customer.ownorgname from...
  3. jd1515

    "where" clause causing problems

    Hi, I'm trying to run a select statement, but the where clause seems to be causing problems. If I seperate this into two different statements instead of using the "OR" statement, it runs ok, but I'd much rather do this with one single select statement. When I run it as is, it runs forever and...

Part and Inventory Search

Back
Top