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 3692(0.093 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!

7.4
I have a query that give me result in that way:Key, Category, Machine, Date, ResultSo I have a value on each row of the query result. But I want to present my data in a columnar way, like this:    ...
Zones: MS AccessDate Answered: 05/20/1998 Views: 0
I'm using SQL*Plus 3.3.2.0.2. I need to wrap a column in an extract so that it produces a record type followed by a single line with a '1' on it like: 1BMyrecordishere... 1 1BMyotherrecordishere.....
Zones: OracleDate Answered: 03/01/1999 Views: 0
I have a table that has "First_name" and "Last_Name" and I'm using ASP to do a simple search and compile tepehone numbers.  I have one text field an use this source code: <% If request.form("max...
Zones: MS SQL ServerDate Answered: 03/03/2002 Views: 0
How do i add or update a comment for a table as well comments for columns? Like For eg., Department I want to add a comment to this table without having a seperate column for comments. De...
Zones: OracleDate Answered: 02/04/2000 Views: 0
Hello, experts! 1)I have a CORRECT MSSQL 7.0 DataBase with approx. 30 tables in it. 2)I perform a complicated multi-select query with table joins inside. And here is the query code. 3)I get a sy...
Zones: MS SQL ServerDate Answered: 03/08/2000 Views: 0
Hello...... How can I return the length of a datatype for a column as an integer? regards
Zones: OracleDate Answered: 05/27/2000 Views: 0
How do I use teh Alter Table statement to: Change a Column Name Delete a Column
Zones: OracleDate Answered: 09/11/2000 Views: 0
I have a Main table, with fields: Activity, RSC, Loc, Dept, Jan-99, Feb-99, Mar-99.... Dec-00 I have a form to select the month to be updated. I have an update query: Activity, RSC, Loc, De...
Zones: MS AccessDate Answered: 07/30/2001 Views: 0
Eg. SELECT sysdate OCT, sysdate -100 JUL FROM dual; OCT       JUL --------- --------- 12-OCT-00 04-JUL-00 Above statement has the sysdate values named as 'OCT', 'JUL'. I want to name this ...
Zones: OracleDate Answered: 10/19/2000 Views: 0
Can you remove a column from an existing table if the column has no data? If so How Thanx
Zones: OracleDate Answered: 11/09/2000 Views: 0