![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
|
linux=# SELECT * FROM test; x --- 1 2 3 (3 Rows) linux=# SELECT * FROM test WHERE FALSE; x --- (0 Rows) phlegma=# SELECT max(x) FROM test WHERE FALSE; max ----- (1 Rows) phlegma=# |
#2
| |||
| |||
|
|
So, if I use the max() aggregate, I receive one row with the value NULL. Is that correct? |
![]() |
| Thread Tools | |
| Display Modes | |
| |