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
backup exec 2010 on esxi
How do I verify Using SSIS if an XML file exist in the folder , change it's name and move ot to an SFTP if exist
Migration of SQL Server 2008 database to oracle
NTLDR is Missing on HP Proliant ML350 G4 with Windows 2003 SP2
Raid 1 Hard drive failed PowerEdge 1850
V2P (Windows 2008)
ORA-06502 error when calling stored procedure from Visual Basic 6
Should you dismount exchange database before exhange updates?
how can i find all ILO boards on a network
How can I convert a custom control that calls User32 and Shell32 to work on Mono?