I have mysql record as below
| id | domain_id | name | type | content | ttl | prio | change_date |
| 100 | 12 | www.testdomain.org | A | 1.1.1.1 | 86400 | 0 | 1231243234 |
And I want to select from that table in the field of name only www without .testdomain.org
How can I select and get that result? Please help
regards,