python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
DB2 - Select count(*) not working properly on subquery
Here follows 2 querys that should bring the same result, but unfortunately thats not the case. They have just 1 different line:
1.
Result = 403
SELECT count(*)
FROM (SELECT CONSULTORA.ID CONSULTORA_ID...

Matheus Santz
Votes: 0
Answers: 0
DB2 - extended_row_sz pros and cons
Can you help me understand the pros and cons of using extended_row_sz parameter in DB2 settings level?
Is that something can we set for a specific tablespace only?
Without extended_row_sz setting enab...

Koushik Chandra
Votes: 0
Answers: 2
After successful db2 restore, some tables might have incomplete data loaded?
Two weeks ago, I took db backup(db2 luw - 5tb) and restored it to new server. However three days ago, developer claimed that one of his table data was incompletely restored.
The earliest full backup i...
Canerc
Votes: 0
Answers: 1
Does DB2 Luw support CHAR semantic?
Oracle supports Byte and Char Semantic when creating table
Create table test(n varchar2(10 byte);
Create table test(n varchar2(10 char);
Does DB2 Luw support the second create statement with char ...
Elmo N'diaye
Votes: 0
Answers: 1