Re: [GENERAL] Most Occurring Value

2008-04-08 Thread Osvaldo Rosario Kussama
Volkan YAZICI escreveu: Mike Ginsburg <[EMAIL PROTECTED]> writes: There is probably a really simple solution for this problem, but for the life of me I can't see to think of it. I have three tables --contains u/p for all users in the site TABLE users (user_id INT primary key, username VARCHAR(

Re: [GENERAL] Most Occurring Value

2008-04-07 Thread Volkan YAZICI
Mike Ginsburg <[EMAIL PROTECTED]> writes: > There is probably a really simple solution for this problem, but for > the life of me I can't see to think of it. I have three tables > > --contains u/p for all users in the site > TABLE users (user_id INT primary key, username VARCHAR(50), password TEXT

Re: [GENERAL] Most Occurring Value

2008-04-07 Thread Colin Wetherbee
Mike Ginsburg wrote: There is probably a really simple solution for this problem, but for the life of me I can't see to think of it. I have three tables --contains u/p for all users in the site TABLE users (user_id INT primary key, username VARCHAR(50), password TEXT) --list of all possible ev

[GENERAL] Most Occurring Value

2008-04-07 Thread Mike Ginsburg
There is probably a really simple solution for this problem, but for the life of me I can't see to think of it. I have three tables --contains u/p for all users in the site TABLE users (user_id INT primary key, username VARCHAR(50), password TEXT) --list of all possible events (login, logout, t