Return to Snippet

Revision: 15338
at July 1, 2009 08:59 by sveggiani


Initial Code
SELECT * FROM agenda WHERE sobrenombre REGEXP '^[^[:alpha:]]' ORDER BY sobrenombre

Initial URL


Initial Description


Initial Title
select records that doesn't start with alphabetic characters

Initial Tags


Initial Language
SQL