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
Word document from server is empty
Easy to use student management software
Is it ok to plug a simple power strip into a UPS
Show only first 25 rows of querry result
Scripting help using LAST command
Excel treeview object
Setting Up Exchange Email on Apple IPAD
How to Setup Airport Extreme as DHCP Server on LAN with SonicWall
Setting up a PC with Multiple Operating Systems (Windows 98 and Windows XP Pro)
Required Field Validator for 2 controls