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 Mike Lewis 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: wydok
  • Order by date
  1. wydok

    "from table1, OUTER table2" vs. "from table1 LEFT OUTER table2&qu

    I have read various articles about outer joins with informix and that the following format should be used: SELECT blah FROM table1, OUTER table2 WHERE table1.key=table2.foreign_key. Yet, ANSI standard SQL lets you use the following syntax: SELECT blah from table1 LEFT OUTER JOIN table2 ON...

Part and Inventory Search

Back
Top