开发者_如何学JAVAare there any time based triggers in DB2?You don\'t have to. There is usually a OS function available for that. If I am not mistaken it is at in unix and the scheduled jobs under wind
If you have to use PostgreSQL instead of Oracle or DB2, what feature would you miss the most? I\'m specially interested in f开发者_C百科eatures which are important for high availability OLTP applicati
Actually, the prob开发者_运维技巧lem is like this:- i am having a table, say Payments. I have provided few GUI for searching, viewing and editing the record. Now if the user is trying to edit a record
I\'m having a bit of an odd problem.This is Hibernate 3.3.2-GA with DB2400Dialect.I\'m seeing the following exception --
Is there a way to co开发者_StackOverflow社区ntrol the integrity of a DB2 query/response between Websphere 6.1 and DB2 8.1 ?
my query: SELECT CASE WHEN DAYS(DATE( SUBSTR(DIGITS(STOCK_MONTH),5,4)CONCAT \'-\'CONCAT SUBSTR(DIGITS(STOCK_MONTH),9,2)CONCAT \'-01\') - 1 DAY + 1 MONTH)
I\'m usind db2 8. Try to connect to the databas开发者_开发百科e (on the remotee computer, using vpn).
So I\'m dividing an integer by a decimal, and storing the re开发者_JAVA百科sult in a decimal column. However, it always drops the fractional component(the part after the decimal point). If I multiply
I\'ve created a user-maintained MQT (Materialized Query Table) in DB2 9.7 (not yet fixpack 1).It\'s a simple grouping of the main fact table.But my queries aren\'t being rewritten to hit it.
Say I have a database table T with 4 fields, A, B, C, and D.A, B, and C are the primary key.For any combination of [A, B], there is always a row where C == spaces.There may or may not be other rows wh