Microsoft
Software
Hardware
Network
Question : SQL Query - Syntax ( SQL 2005 / 2008 )
I have a Table Name - Medications
We have MedicationName - Column
I need to perform -
Select MedicationName from Medications
But " MedicationName " has values - [WORD1 WORD2 WORD3].
I need to pick only WORD1. I need to ignore all characters after space
Answer : SQL Query - Syntax ( SQL 2005 / 2008 )
SELECT LEFT(MedicationName, CHARINDEX(' ', MedicationName + ' ') - 1) AS FirstWord
FROM Medications
Random Solutions
ASP.NET and Server.CreateObject
New Windows 7 computer won't run a Network program
Automatic Data Import from Web
Repeat Tablix Header on multiple pages in Microsoft Reporting Services
Group policy question regarding date and time
How can I completely re-install USB whilst in recovery console?
MS Access Subform Fixed Column Width
Ambiguous Outer Joins
Need to sync a Blackberry 9000 with Outlook. The Blackberry has several old contacts in it that need to be deleted. How do I make it so that only the Outlook contacts replace all the Blackberry contac
Form goes corrupt after changes.