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 55(0 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!

8.2
is there a possibility to have a columns that receives only values between  0 and 100?
Zones: PostgreSQL, Microsoft IIS Web ServerDate Answered: 11/22/2007 Views: 0
hi experts, is it possible to declare global variables in postgres databases, i need variables not for all the server but for every database. if possible, as i see that i have a possibility ...
Zones: PostgreSQLDate Answered: 01/20/2008 Views: 0
I want to install PostgreSQL in FAT32 and don't know how to do
Zones: PostgreSQLDate Answered: 03/11/2008 Views: 8
I have a base table with several temporal partitions like this: base_table partition_1 partition_2 There are check rules on partitions, and trigger rules on the base table to ensure data loa...
Zones: PostgreSQLDate Answered: 03/18/2008 Views: 0
i have a three tables that are related as follow: account (account_id); rf_card(rf_card_id,...,account_id); t_bag(....rf_card_id.., weight, date); t_bag which contains  a weight is the val...
Zones: PostgreSQLDate Answered: 03/13/2008 Views: 0
this is my select :  SELECT ac.account_id, SUM(tb.weight)*50/1000  from trash_bag tb, rf_card ca, account ac    WHERE tb.rf_card_id = ca.rf_card_id    AND ca.account_id = ac.account_id    A...
Zones: PostgreSQLDate Answered: 03/14/2008 Views: 0
hi experts, i need to adapt my query as explained in the attached code snipped, thanks,
Zones: PostgreSQLDate Answered: 04/08/2008 Views: 0
Infragistics Webgrid How to add a row in the middle using server side / client side code
Zones: InfragisticsDate Answered: 09/21/2008 Views: 35
SELECT * FROM table1 JOIN table2 USING (key2) LEFT JOIN table3 JOIN table4 USING (key4) USING (key3) WHERE table1.x=100 AND table2.y=200 All keys are primary keys and so indexed, and table1....
Zones: PostgreSQLDate Answered: 02/01/2009 Views: 22
I have a DB is PostgreSQL 8.2 running on UltraSparc T2 Processor ( SUN T5120). All applications connecting to this DB will be using Store Porcedures. We have SPs for INSERT, DELETE, SELECT ,etc. W...
Zones: PostgreSQLDate Answered: 11/22/2008 Views: 8