On Tue, 18 Jun 2002 20:04:54 -0300 César Aracena wrote: > Hi all. > > > > Is there any possible way for me to arrange a SELECT query made to MySQL > in to orders? Like __. ORDER BY lastname THEN BY firstname?
SELECT * FROM tablename ORDER BY lastname, firstname; -- Cliff Wells, Software Engineer Logiplex Corporation (www.logiplex.net) (503) 978-6726 x308 (800) 735-0555 x308 --------------------------------------------------------------------- Before posting, please check: http://www.mysql.com/manual.php (the manual) http://lists.mysql.com/ (the list archive) To request this thread, e-mail <[EMAIL PROTECTED]> To unsubscribe, e-mail <[EMAIL PROTECTED]> Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php