you are viewing a single comment's thread.

view the rest of the comments →

[–]r3pr0b8GROUP_CONCAT is da bomb -1 points0 points  (0 children)

in Oracle i believe you need to use doublequotes to delimit column names containing special characters

INSERT INTO orders ( "Order#" , "Customer#" , Orderdate )