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 strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: LinnCounty
  • Content: Threads
  • Order by date
  1. LinnCounty

    PHP query not returning proper number of rows.

    I have a PHP script that connects to our IBM DB2 Server (as400). When I run $query = "SELECT COUNT(row) FROM table"; $execute = odbc_exec($conn,$query); $result = odbc_fetch_array($execute); I get a response of 6611. but when I run $query = "SELECT row FROM table"; $execute =...
  2. LinnCounty

    WHERE a = bcd

    I don't have time to search anymore. I can not find the proper keyword. I need help with a JOIN or a WHERE expression. TABLE1 contains CASE_NUMBER TABLE2 contains DEPT,YEAR,NUMBER CASE_NUMBER is DEPTyearNUMBER How do I format a JOIN or WHERE statement to use this info?

Part and Inventory Search

Back
Top