Re: [SQL] Reg:-How to make relationship more one table in PgSQL

2008-04-29 Thread Mag Gam
http://www.w3schools.com/Sql/sql_join.asp hope this helps On Tue, Apr 29, 2008 at 7:21 AM, <[EMAIL PROTECTED]> wrote: > Hi Venkat, > > > > > > What kind of relation you want to create? Is it to do with the creation of > dependencies or something else? > > > > > > Regards, > > Kapil >

Re: [SQL] Reg:-How to make relationship more one table in PgSQL

2008-04-29 Thread kapil.munish
Hi Venkat, What kind of relation you want to create? Is it to do with the creation of dependencies or something else? Regards, Kapil From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of venkat Sent: Tuesday, April 29, 2008 4:41 PM To: pgsql-sq

[SQL] Reg:-How to make relationship more one table in PgSQL

2008-04-29 Thread venkat
Dear All, I am new to PqSQL. I have one problem.that is i want to make relation 4 tables.How to do in postgresql.Please any can help me. I am waiting for your great response. Advanced Thanks, Regards Venkat

[SQL] Field Alias Alternative

2008-04-29 Thread Bart Degryse
Is there another way to quote a field alias (containing spaces) than with double quotes? This works: SELECT actions.addresstypes.addresstype AS "Address Type" FROM actions.addresstypes I would like something like this SELECT actions.addresstypes.addresstype AS [Address Type] FROM actions.add