Hi Field type databse realtion (simple) stores list of comma separated uids. Admin can control order of this uid ine BE. Let say my filed contains 9,3,5,3,7 and I want to make select select from my_tabel uid in (9,3,5,3,7) and return records in the same order Any hint? or I need to make more complex select?