I have a text file which contains val1
And my table in PostgesSql is in format
val1 | val2 | val3 | ...
Edited : When I tried writing the command from here, Following error is shown.
Thanks in advance.
I have a text file which contains val1
And my table in PostgesSql is in format
val1 | val2 | val3 | ...
Edited : When I tried writing the command from here, Following error is shown.
Thanks in advance.
There is a drop option in a table, there import the .txt file in the drop-down options with corresponding column name. Later refresh the table, then view it. Walah, you got table exactly as your .txt file. Thank You.