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
IOS that support multicast
How to Open a Console Session (xterm)
Login to SSRS as andmistrator rather than anonymous user.
EASY VPN CISCO
Using maps with GWT
RAID 10 array keeps failing on HP P410i
Dell PowerEdge server life cycle -- predictions from real life experience
Licensing of softwre
redirecting domain.com to
www.domain.com
in IIS7?
High Insert/Update time because of Trigger