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 SkipVought 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. ashwini19

    remove any spaces from field

    Hi, As per my understanding you are loading data through flat file.In that case you can use SED commands. But if the space position in data value is fixed then you can use following command. trim(SUBSTRING(col1,1, INDEX (trim ( BOTH ' ' from col1),' ') ))|| trim(SUBSTRING(col1, INDEX (trim (...

Part and Inventory Search

Back
Top