Help for this page

Select Code to Download


  1. or download this
    while (my @row=fetchrow_array()) {
     print join ",", @row;
     print "\n"; 
    }
    
  2. or download this
    $ mysql -t -u user -p -e "SELECT blah,Blablah from my_table"