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

  1. EdgarNg

    Replace string function in stored procedure?

    there are no functions or store procedures that comes with Teradata with replace string, however you can go into Teradata.com, search for UDF, there is one UDF, (user defined function) called replace that you can use.
  2. EdgarNg

    Sequence number

    insert into TableA select csum(1,1) , colA , colB from TableB -------------------------- that requires no sorting, no ordering, and it works fast! Edgar
  3. EdgarNg

    Any Recommendations on the data model

    I just wanted to clarify a few issues with my designs of a recent model that i did, can you give me some recommendations. I have a 3NF marketing datamart build, various information feeds from various credit unions are sent, I build a staging area to do ETL process, then do loads to the...

Part and Inventory Search

Back
Top