SELECT string FROM strings WHERE id >= (abs(random()) % (SELECT max(id) FROM strings)) LIMIT 1;