Help for this page

Select Code to Download


  1. or download this
    # instead of this
    $select = new SQL::Builder::Select;
    ...
           ->order_by('col1')
           ->limit_value('10')
           ->limit_offset('10');
    
  2. or download this
          select count(*) from polygons where sin(angle1)>(width*height)