Microsoft
Software
Hardware
Network
Question : Simple query question/request
being somewhat new to php and mysql but understanding database structures. I would like to know the simple way to write a query for extracting data from a database.
For example If I had a database with 100 students in it and I wanted to select and print out only those students that have the tirst two letters of their name start with
"Ti"
Then how would I go about the query?
Answer : Simple query question/request
SELECT * FROM tablename WHERE student_name LIKE 'Ti%'
Random Solutions
Joomla CiviCRM problem
Repeated Windows Update
Backup Exec 12 - Catalog issue
Multicast session fails to open on secondary site server.
Setting up my first database driven web site
dynamic popup with checklistbox using ajax control toolkit
How do I fix a calculation problem in Microsoft Visual 2008?
HTTP Error 404.3 on IIS 7.0
How can I convert a custom control that calls User32 and Shell32 to work on Mono?
GridView control scroll bars are not visible on page reload