I have two tables: groups and group_members. The groups table contains all the information for each group, such as its ID, title, description, etc.
I have the following table: CREATE TABLE #weeks( ProposalLineWeekID INT, StartWeek DATETIME, EndWeek DATETIME,
I have a table with multiple columns that represent occurrences of an action. simpleTableExample idtype $$$$$ value1 value2 value3 ... value15
I\'ve got a table that contains (let\'s say) all the times when a user looked at a specific webpage.Users can of course look at a page more than once, so there can be multiple entries for users and pa
Basically, I am trying to sum up the value of a calculated field when a certain value (in my case COMMUNICATIONS_ID) are equal. These scores are associated with the same COMMUNICATIONS_ID and I want t
What I\'m trying to do here is to create a list of groups based on the first letter of a book\'s title, then display all the books in the group below each particular letter. So for example, if the cur
First I must declare that I\'m an extreme newbie. Have just been using PHP and MySQL for about 4 weeks now. Please accept my apologies in advance if I haven\'t formatted this question correctly or am
Need to populate a list of days with # of recordings for each day grouped by day. Here is my problem: all data that was recorded after midnight is going to the next day:
I have the following code, which groups some events (YYYY-MM-DD HH:MM:SS) in weeks which are displayed as for example \"Y:2010 - Week: 50\".
I\'m back with yet another Oracle query.What I want to do is do counting on multiple columns grouped by a common field. I have half of this done so far.So given the following table