Re: [SQL] Inserting a tab character

2003-02-05 Thread Christoph Haller
> > --- Luke Pascoe <[EMAIL PROTECTED]> wrote: > > I have a table which defines various possible file > > delimiters (CHAR(1) NOT > > NULL), for the moment it'll only contain comma and > > tab. Inserting a comma is > > easy, but inserting a tab is proving somewhat more > > difficult. > > > > How do

Re: [SQL] Inserting a tab character

2003-02-04 Thread Ludwig Lim
--- Luke Pascoe <[EMAIL PROTECTED]> wrote: > I have a table which defines various possible file > delimiters (CHAR(1) NOT > NULL), for the moment it'll only contain comma and > tab. Inserting a comma is > easy, but inserting a tab is proving somewhat more > difficult. > > How do I do it in 'psql'

Re: [SQL] Inserting a tab character

2003-02-04 Thread Matthew Horoschun
Hi Luke. On Wednesday, February 5, 2003, at 02:39 PM, Luke Pascoe wrote: I have a table which defines various possible file delimiters (CHAR(1) NOT NULL), for the moment it'll only contain comma and tab. Inserting a comma is easy, but inserting a tab is proving somewhat more difficult. How d

[SQL] Inserting a tab character

2003-02-04 Thread Luke Pascoe
I have a table which defines various possible file delimiters (CHAR(1) NOT NULL), for the moment it'll only contain comma and tab. Inserting a comma is easy, but inserting a tab is proving somewhat more difficult. How do I do it in 'psql'? Luke Pascoe. ---(end of broadc