Timeline for How can I query names using regular expressions?
Current License: CC BY-SA 2.5
4 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| Jan 4, 2011 at 4:13 | comment | added | Joe | All you really need is ^[AB] ... the .*$ is superfluous | |
| Jan 4, 2011 at 4:04 | vote | accept | Sebastian Roth | ||
| Jan 4, 2011 at 4:03 | comment | added | Sebastian Roth | Thanks. In my case, that will do. I also found this to work: SELECT mname FROM names WHERE regexp_like(mname,'^[AB].*$'); | |
| Jan 4, 2011 at 3:24 | history | answered | Joe | CC BY-SA 2.5 |