Help for this page
select col1, col3, CONCAT(date, ' ', time) AS startTime...
my $rs = $self->db->resultset('MODELCLASS')->search(undef, { ... rows => 10 });