catena
catena copied to clipboard
Implement more SQL functions
- [ ] COALESCE(x, y): returns
ywhenxis NULL,xotherwise - [ ] LEAST(x, y, ...): returns the lowest argument
- [ ] GREATEST(x, y, ...): returns the highest argument