RE: Complex SQL for multiple joins

2006-08-31 Thread Robert DiFalco
; mysql@lists.mysql.com Subject: Re: Complex SQL for multiple joins Also, depending on the number of permissions you are tracking, you could use a single INT field and do bitwise ORing in your application to determine permission checks... Though I usually don't recommend denormalizing the sch

Re: Complex SQL for multiple joins

2006-08-31 Thread Jay Pipes
of those should work. I don't know your table structure, so I can't > get too specific with it. > > - Original Message - > From: "Stephen Orr" <[EMAIL PROTECTED]> > To: > Sent: Wednesday, August 30, 2006 7:27 PM > Subject: Complex SQL f

Re: Complex SQL for multiple joins

2006-08-31 Thread Brent Baisley
0, 2006 7:27 PM Subject: Complex SQL for multiple joins Hi, For my current website project I'm developing a fine-grained access control system. I have the schema mostly worked out, although it will be having additional data added to parts of it later. For the record, I have 6 tables:

Complex SQL for multiple joins

2006-08-30 Thread Stephen Orr
Hi, For my current website project I'm developing a fine-grained access control system. I have the schema mostly worked out, although it will be having additional data added to parts of it later. For the record, I have 6 tables: users (contains all my individual users) usergroups (contains all