I need to load data from a text file into a table using SQL. Can anyone help me with the syntax? Basically, my table has 3 columns - uid, name, isactive. Is there a statment such as INSERT INTO <tablename> USING <filename> or anything like that? If so, how do I specify the path of the file? What kind of delimiters does my file need? Do column headings go in the file? Other special formatting? Thanks much in advance.
Scott
Scott