SQL Query:  
Display Options:      Display links Show      records per page
       Display SQL query View type:  
   
 
Examples:   SELECT author, title, year, publication FROM refs WHERE publication = "Polar Biology" AND author RLIKE "Legendre|Ambrose" ORDER BY year DESC, author
    SELECT serial, author, title, year, publication, volume FROM refs ORDER BY serial DESC LIMIT 10
Help:   The MySQL online manual has a tutorial introduction on using MySQL and provides a detailed description of the SELECT syntax.