I would like to make a request to get all elements with the string 'id'> the specified id.
The request select * from machine_thread where id > 'znRb1c_3TPytk-JoPX19Qw'returns an element with an identifierzT4GabH3Qy2W6YIGh8Ku-w
In other languages ββthat I use (python, javascript), string comparison will show that
'znRb1c_3TPytk-JoPX19Qw'more than 'zT4GabH3Qy2W6YIGh8Ku-w'. What does postgresql do differently, and is there anyway I can use the same comparison in all environments to compare row identifiers?
user1473339
source
share