[SQL] conditional query?

2003-10-31 Thread Frank Morton
I have a table called a "profile" that has company addresses as well as individual contact information. Simpifying: id (the primary key) parentId (any profile can have a parent ie, contact parent is a company) address (for this example, will just have one piece of the address) useParentAddress If "

[SQL] join question

2002-10-18 Thread Frank Morton
For the SQL gurus, a query where I'm not getting the expected results. Trying to write it using sql compatible with both postgres and mysql.   There are two tables:   table = profile int id char name   table = attribute int id int containerId char name char value   Multiple attribute rows corre

[SQL] combining

2001-02-12 Thread Frank Morton
I'll really appreciate help on this if anyone will do so. I'm used to single-table stuff, but not sure the best way to do things with multiple tables, but here goes: Given two tables with a common "id" field, first table columns: id lastname Second table columns: id type content These two que