Re: [GENERAL] Default Value in Table Setup Help

2003-08-18 Thread Bruno Wolff III
On Mon, Aug 18, 2003 at 14:57:12 -0400, Dev <[EMAIL PROTECTED]> wrote: > Hello all, > > I am working on setting up a table that will append a sequence to the end > of the value inserted. > Example; > INSERT INTO test (test) VALUES ('abcd'); > And have the data in the database be; > abcd0001 >

Re: [GENERAL] Default Value in Table Setup Help

2003-08-18 Thread Stephan Szabo
On Mon, 18 Aug 2003, Dev wrote: > Hello all, > > I am working on setting up a table that will append a sequence to the end > of the value inserted. > Example; > INSERT INTO test (test) VALUES ('abcd'); > And have the data in the database be; > abcd0001 > > Now I do have things setup else where wer

Re: [GENERAL] Default Value in Table Setup Help

2003-08-18 Thread Adam Kavan
At 02:57 PM 8/18/03 -0400, Dev wrote: Hello all, I am working on setting up a table that will append a sequence to the end of the value inserted. Example; INSERT INTO test (test) VALUES ('abcd'); And have the data in the database be; abcd0001 Now I do have things setup else where were the defaul