I know AVG(MAX(values)) does not work, but I need something to do the same.
I have a quiz that has different responses and each response is scored differently. I need to get a list of max possible scores for each question and then find the average of that list.
Is this possible to do in a...
I'm asking if there is an easy way to filter by each month in a loop or something.
Or is the best way to do it is to just make a month table and join on that?
This is an asp.net and mysql question all in one..
I want a list of each month and prize money for that month, some months may not have any prizes awarded, but I still want to show the month name. Is there an easy way to do this using a repeater or something?
Ex:
January $200
February...
We're having issues bind an asp:checkbox to a mysql table. We've got far enough to retrieve the value and set the checked value of the checkbox, but when we try to update our mysql table it say's we cannot convert from type 'bool' to type 'string'. And if we try to insert a string it say's the...
I'm using a third party tool and it doens't like that I am trying to enter an int as a property, so I want to try and convert the int to a string to see if that works.
How do you convert int to string using Mysql?
I have a table with accounts, id/name. And a customer vendor map table.
I'm trying to create a list of accounts that do not already exist in my customer list.
Accounts: 1,2,3,4,5,6,7,8
Customers: 2,3
If those are my accounts and customers, I want to return 1,4,5,6,7,8 to populate my dropdown...
I've searched the forums and faq's, but havn't seemed to be able to find my specific problem.
I have a page that is used to navigate through multiple user controls. Right now I am using sessions to pass variables between the controls, but this does not seem very efficient.
Is there a way I can...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.