"select `table3.email`, `table3.param1`, `table3.param2`, `table3.param3`, `table2.city`, `table2.info`, `table2.info2`, `table2.info3`, `table1.name`, `table1.phone`, `table1.data`, `table1.data1`, `table1.data2`, `table1.data3`, `table1.data4 AS new`, `table1.created_at`, `table1.id` from `table1` left join `table2` on `table1`.`phone` = `table2`.`phone` left join `table3` on `table1`.`phone` = `table3`.`phone` where `table1`.`name` = ? ◀"
array:1 [▼
0 => "name"
]