Prev: Fetching MAX rows with one index scan.
Next: function with input parameter not found (SQL0440N)
From: Tonkuma on 20 Jan 2010 05:26 The expression CASE WHEN POOL_ID = 'BP' THEN POOL_CUR_SIZE END can be replaced by a little(two chars) shorter expression CASE POOL_ID WHEN 'BP' THEN POOL_CUR_SIZE END
First
|
Prev
|
Pages: 1 2 Prev: Fetching MAX rows with one index scan. Next: function with input parameter not found (SQL0440N) |