I have a database of videos with a field for both the video width, and height.
I have queries set up to get videos of a specific resolution however it fails to return any videos that are portrait/vertical.
I would like to be able to do something like WHERE MIN(width, height) == 1080
but to my knowledge, this isn't possible.
Is there anyway I can get my desired effect in SQLite?