I want to use this mysql select to get local file data.
SELECT body FROM posts WHERE id in (load_file("/Users/abc/sql/ids"));
W