Java (prql-java) class Main { String sql = PrqlCompiler.toSql("from table"); System.out.println(sql);}