Advertisement

Check out our new and improved Advanced Search! We have added additional search options and the ability to save your searches.
 
Enter Keywords:
 
1 - 10 of 14(0.015 seconds)
[x]
The Solution Rating System

With so many solutions, how can you tell which solutions are most likely to help you and which ones are not? To provide you with a tool to use, we rate our solutions based on various elements that most accurately determine if a solution is a quality solution. To explain what factors affect the solution rating, here are the elements we take into consideration when formulating our solution rating.

  • The Grade of the Solution
  • The Zone Rank of the Expert Providing the Solution
  • The Number of Author and Expert Comments
  • The Number of Experts Contributing
  • The Feedback of the Community

Your Input Matters
Because of the way the system is set up, the most important variable in this equation is you. As a member of Experts Exchange, you are able to cast your vote on the quality of the solutions in regard to how complete, accurate, helpful and easy to understand each solution is. When you provide your feedback, each rating is adjusted accordingly. So, if you see a solution that has a poor rating that you think is a good solution, let us know by rating it. As you do, the rating will be adjusted and will become more accurate for other members of our site.

If you have any suggestions that you would like to make for our rating system, please ask a question in the Suggestions Zone of Community Support.

Thank you!

9.0
Hi... Having trouble with a basic sql query. I'm trying to know the greatest number of rows used by all Study_ids - and I don't care which one.... In the example below, there are 2 Study_Ids...
Zones: MS SQL ServerDate Answered: 02/14/2003 Views: 0
When I select a row of a table, how I'm gonna know the order number of the selected row in it's table (the row I select is just from 1 table "select ... from table_1 where ....", not from many tabl...
Zones: MySQL ServerDate Answered: 02/02/2006 Views: 0
folks if i say select equipnment,description from assets order by date desc how could I add a rownumber into this query eg select rownumber,equipnment,description from assets orde...
Zones: MS SQL ServerDate Answered: 09/09/2006 Views: 0
i have a table e.g. id, surname, forename, deleted if i do "select * from mytable" it will give me everything.  some of the records have been set to 1 for deleted, which represents that the d...
Zones: MS SQL ServerDate Answered: 11/24/2006 Views: 0
How can I limit a select statement to x numbers of rows returned. If this was Oracle I could say select * from my_table where ROWNUM < 50 to get the first 49 rows. I want to do the same thing with ...
Zones: DatabasesDate Answered: 01/20/1999 Views: 289
It might be simple for many of you but I am a fresh guy in PL/SQL. Can someone tell me how to restrict number of rows returned by SELECT statement, like TOP in SQL Server. Regards Vijay Garg
Zones: OracleDate Answered: 10/31/2004 Views: 0
Hi, I am new to java programming. I am displaying data froma text file in a JTable. Now I want to select multiple rows from the table and save it in another file. My problem is how to get wh...
Zones: JavaDate Answered: 08/03/2004 Views: 0
hi, I have a requirement to displat row numbers for a select query: Dept      Employee -----------  -------------- Design      AAA Design      BBB Design      CCC Production      DDD Production      EEE Should b...
Zones: DatabasesDate Answered: 09/15/2006 Views: 0
I'm using PHP and MySQL. My table structure is basically as such: id   date                   playerid   points 1    2007-01-02            65           100 2    2007-01-03            65    ...
Zones: PHP, PHP and Databases, MySQL ServerDate Answered: 06/07/2007 Views: 152
Below is my SQL query.  I need to eliminate from the recordset those rows with the lowest expireyear where the field abr_id's match.  Example   row 1  abr_id  1234 expireyear - 2005              ...
Zones: SQL Syntax, MS SQL ServerDate Answered: 07/10/2007 Views: 0