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
interview questions on SSIS
Computer in VMWare has black screen with _ symbol
coins - why only side is shown
Iphone sync to Exchange 2007
Unix filler
Calendar Control in Excel 2003 VBA
What causes error "0x80070015" when connecting to bluetooth device in window 7?
SBS 2008 shared folder permissions problem - read only - need full control
Insert into MySQL Table from MSSQL Insert Trigger
Schema Changes by User