a bugging query
Posted
by Sachindra
on Stack Overflow
See other posts from Stack Overflow
or by Sachindra
Published on 2010-04-05T15:49:02Z
Indexed on
2010/04/05
15:53 UTC
Read the original article
Hit count: 157
mysql-query
i need to get a query where the elements are displayed in case the first letter is E (the word is electronics).. i have tried with the following :
mysql_query("select * from nested_category where name like '[A-F]%'");
© Stack Overflow or respective owner