Help for this page

Select Code to Download


  1. or download this
    SELECT * FROM ( SELECT * from test where name='?' ) me: 'raja'
    
  2. or download this
    my $friends = [ $c->model('DB')->resultset('Metrics')->search ( {},
    { bind => ['raja' ] }  )];