Help for this page

Select Code to Download


  1. or download this
    sct ()
    {
     dbget -a $1 -s "show create table $2" | 
      perl -pe 's/^\S+\t//; s/, /,\n/g;s/\( /(\n/;s/\) \)/)\n)/'
    }
    
  2. or download this
     sct  db_user_id  table_name
    
  3. or download this
    sct ()
    {
     dbget -a $1 -s "show create table $2" -w keep | cut -f2
    }