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
Unable to access OWA
Installing SSL certifcate on exchange 2010
jQuery Autocomplete with PHP / MySQL [PART 2]
Adding and removing series for an Excel graph using VBA
Installer error 2869 Windows 7
Error installing sql express upgrade
Airport Code with reverse geo coding with google maps api
dateDiff - combining a date selection and a time selection
IPSEC access into ASA via second Internet connection
Best way to find out what a user has access to on a file server