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 Grade: A 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 Grade: C Views: 16
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 Grade: A 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 Grade: A 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 Grade: B 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 Grade: A 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 Grade: A Views: 120
A third party program generates a .sql script in a file which I would like to run.
In my Java app, I already have a connection in a connection pool to the database, and I'd like to use that to r...
http://www.experts-exchange.com/Database/PostgreSQL/Q_23086512.html
Zones:
PostgreSQLDate Answered: 01/30/2008 Grade: B Views: 168
On AIX, I have an online backup image named:
MYDB.0.db2inst1.NODE0000.CATN0000.20080216202129.001
This backup image also contains logs S0021620.LOG and S0021621.LOG
The entry in the...
http://www.experts-exchange.com/Database/DB2/Q_23194619.html
Zones:
DB2Date Answered: 03/12/2008 Grade: A Views: 9