--On Thursday, January 23, 2003 18:12:32 -0800 Sadhunathan Nadesan <[EMAIL PROTECTED]> wrote:


 create table abook (
 name____  text primary key,
 company_  text,
 street__  text,
 city____  text,
 state___  text,
 zipcode_  text,
 telepho1  text,
 telepho2  text,
 mail____  text,
 web_____  text,
 recordid  serial not null
 );

I didn't have time to play with Pierre's thing yet but I kept wondering what's the benefit of padding each name with ___ to keep a fixed number of chars in the column names?


Regards, Andu Novac
_______________________________________________
metacard mailing list
[EMAIL PROTECTED]
http://lists.runrev.com/mailman/listinfo/metacard

Reply via email to