|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
SlickEdit: Code in over 40 languages across 7 platforms. SlickEdit’s unmatched power, speed, and flexibility allows even the most accomplished developers to write better code faster. Download a free trial today! |
|
#1
|
|||
|
|||
|
Hi,
select * from tones_table where tone_name like '%A%'; I need a query that will find only records that start with a certain letter. Can anyone please help? The query above doesnt work. Thanks... |
|
#2
|
|||
|
|||
|
select * from tones_table where tone_name like 'A%';
|
![]() |
| Viewing: Dev Shed Forums > Databases > MySQL Help > Query to find all entrys that start with $letter |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|