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 IamaSherpa 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. bruceps

    Impact of timestamp as join key instead of integers

    Instead of using 3 separate columns for the date, what I've been using is a single column to_number(to_char(sysdate,'yyyymmdd')) to provide a column more amenable for use an index. You may want to give it a try and do a speed comparision.

Part and Inventory Search

Back
Top