array(3) {
  ["message"]=>
  string(228) "SQLSTATE[42000]: Syntax error or access violation: 1064 You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ')
				order by s.sort desc' at line 4"
  ["function"]=>
  string(6) "select"
  ["sql"]=>
  string(293) "
				select s.*
				from _finish_styles s
				left join _finish_styles_imgs i on (i.nameurl_style = s.nameurl and i.num=s.img_num)
				where i.hash is not null and (select count(*) from _finish_styles_imgs where nameurl_style = s.nameurl and is_removed=0)>0 and ()
				order by s.sort desc
			"
}