Hello,
I have problem:
My *.txt file is like it:
"
123456123456781 23
abcdefabcdefgha bc
" etc.
i want upload data into table (for example TEST) i want to sql read this
file and automatically upload to table.(as job for example)
but i have 3 columns and i dont know how to separate this text to 3 diffrent
text columns
1 column | second column | third column
-----------------------------------------
123456 | 12345678 | 123
abcdef | abcdefgh |abc
PLEASE HELP ME, i dont know how to do it.
Robert Kloma
I have problem:
My *.txt file is like it:
"
123456123456781 23
abcdefabcdefgha bc
" etc.
i want upload data into table (for example TEST) i want to sql read this
file and automatically upload to table.(as job for example)
but i have 3 columns and i dont know how to separate this text to 3 diffrent
text columns
1 column | second column | third column
-----------------------------------------
123456 | 12345678 | 123
abcdef | abcdefgh |abc
PLEASE HELP ME, i dont know how to do it.
Robert Kloma
Comment