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: hinds
  • Order by date
  1. hinds

    How to handle Null values in informatica?

    I have had the same problem with null and SQL overrides: I find if I use an nvl statement, it works. So, for example: Update tbl_customers set last_name = :tu.last_name where nvl(customer_id, 0) = nvl(:tu.customer_id,0) Good luck!

Part and Inventory Search

Back
Top