\$sql_string #### my $rs = $self->db->resultset('MODELCLASS')->search(undef, { select => [ 'col1', 'col2', \"concat( date, ' ', time )", ], as => [ qw/ id title time /], rows => 10 });