Help for this page

Select Code to Download


  1. or download this
    #!
    
    use Smart::Comments;
    ...
         };
    ### $sql
    __END__
    
  2. or download this
    ### $sql: '/* comment! */
    create table `table name`( # another comment!
    ...
       key `key_name` (`field_name1`, `field_name2`)
    ) engine=other things here;
    '