is there a possibility to have a columns that receives only values between 0 and 100?
http://www.experts-exchange.com/Database/PostgreSQL/Q_22977259.html
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 ...
http://www.experts-exchange.com/Database/PostgreSQL/Q_23071976.html
Zones:
PostgreSQLDate Answered: 01/20/2008 Rating: 8.8 Views: 0
I want to install PostgreSQL in FAT32 and don't know how to do
http://www.experts-exchange.com/Database/PostgreSQL/Q_23133040.html
Zones:
PostgreSQLDate Answered: 03/11/2008 Rating: 2.6 Views: 4
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...
http://www.experts-exchange.com/Database/PostgreSQL/Q_23156179.html
Zones:
PostgreSQLDate Answered: 03/18/2008 Rating: 8.8 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...
http://www.experts-exchange.com/Database/PostgreSQL/Q_23233722.html
Zones:
PostgreSQLDate Answered: 03/13/2008 Rating: 9.3 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...
http://www.experts-exchange.com/Database/PostgreSQL/Q_23234770.html
Zones:
PostgreSQLDate Answered: 03/14/2008 Rating: 9.4 Views: 0
hi experts,
i need to adapt my query as explained in the attached code snipped,
thanks,
http://www.experts-exchange.com/Database/PostgreSQL/Q_23303764.html
Zones:
PostgreSQLDate Answered: 04/08/2008 Rating: 9.2 Views: 0
Infragistics Webgrid How to add a row in the middle using server side / client side code
http://www.experts-exchange.com/Programming/Editors_IDEs/Infragistics/Q_23746212.html
Zones:
InfragisticsDate Answered: 09/21/2008 Rating: 8.0 Views: 17
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....
http://www.experts-exchange.com/Database/PostgreSQL/Q_23846860.html
Zones:
PostgreSQLDate Answered: 02/01/2009 Rating: 6.4 Views: 8
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...
http://www.experts-exchange.com/Database/PostgreSQL/Q_23807333.html
Zones:
PostgreSQLDate Answered: 11/22/2008 Rating: 7.0 Views: 4