Before posting I have read few articles about developing USD functions, but have not encountered solutions for my problem... which is as follows:
I have a very simple da
Why are you hardcoding this, create a heights table and then grab all the heights that are valid for the range
SELECT * from player p join Heights h on p.height between h.heightStart and h.heightEnd WHERE h.height = @set