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 gkittelson 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: *

  1. jkmak69

    how can i fetch a row without using fetch first?

    i am using db2 7.1. i am creating a subquery which returns about 100 results. ex: select zip_code from address where city = 'Los Angeles'. the problem is i only want one result. i can't use fetch first only in a subquery. can someone help me? thanks, john
  2. jkmak69

    SQL question about FIRST FETCH

    I am using this sql in my program. select s.name, s.address1, s.address2, s.city, s.state, s.zip_code, s.country, s.area_code, s.phone_number, s.products, round(SQRT(((4774.81*(z.latitude-loc.latitude)*(z.latitude-loc.latitude))...

Part and Inventory Search

Back
Top