How can I convert a null value to integer in a select?
I am doing a left join so joined table may contain null fields. In this case I have a player.ranking field that if null I want to default to 9999. I've tried numerous ways but nothing is working:
Solution:Jump to solution
I just got it .. keep forgetting postgres does some things I'm not used to:
`...
2 Replies