Help for this page
$sth->prepare( table{users}->select( all, ... ) ) )
$sth->prepare( << 'EOS' ); select * from users where name like '%john%' EOS