Import Query Can be called through the Stroed Procedure
I am importing data from Excel (CSV) file to teradata using Insert into table_name values (?,?,?),but now what i want is to use the same statement in the stored procedure .
The probelm i am facing is that in the stored procedure i am not able to turn on import mode .So is there any possiblity to turn on the import mode thorugh command line in the SQL assistant .
I am importing data from Excel (CSV) file to teradata using Insert into table_name values (?,?,?),but now what i want is to use the same statement in the stored procedure .
The probelm i am facing is that in the stored procedure i am not able to turn on import mode .So is there any possiblity to turn on the import mode thorugh command line in the SQL assistant .
Or Any other possiblity to acheive the Same.
ThanKs
Inderpreet Singh