Start a new topic

Field delimiters in INSERT statement

Does DbVisualizer allow any other field delimiters besides a comma?

1 Comment

Arno,


Are you looking for an alternative to commas in the following?


INSERT into mytab (c1, c2, c3) values(1, 2, 3);


If that is the case why would you use some other delimiter?


Regards


Roger

Login or Signup to post a comment