I have table with Ulid as primary key, in example SELECT * from ref_negara where id=1, it always return all record, Unlike UUID. If i change to SELECT * from ref_negara where id=2 it didnt return at all like it should be.
Does anyone know?
the query result's is not as expected