insert values with different delimiter
Posted
by every_answer_gets_a_point
on Stack Overflow
See other posts from Stack Overflow
or by every_answer_gets_a_point
Published on 2010-06-03T17:23:35Z
Indexed on
2010/06/03
17:24 UTC
Read the original article
Hit count: 126
sql
i want to insert values into a table, with an INSERT INTO
statement but i would like to use a different delimiter (not a comma) how do i do this?
© Stack Overflow or respective owner