This value does not give an effect using php curl to http://www.gudusoft.com/format.php.
"whereClause":{
"conditionInNewline":{
"fmt017_where_condition_in_newline":false,
"fmt018_where_condition_indent":"2"
},
"ANDORStyle":{
"fmt019_where_condition_andor":"at_the_begin_of_line_right_align_with_main_keyword"
}
}
Result
select d.id,
f.oid
from t1 d,
t2 f
left join f1 k
on k.pid = f.oid and
k.piid = f.oiid
where t2.id = t1.pid and
1 = 1