Search results

  1. D

    Import Data Separated With A Tilde

    I am having problems importing a text file that has about 2k records with 22 fields separated with a tilde ("~"). 1. I have pre defined a temp table "tt" with all 22 fields. 2. I run the following code: repeat: create tt. import delimiter "~~" tt...
Back
Top