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
Dynamic? form fields
user must change password at next login is greyed out
macro to insert headers
Save unbound combobox column value in Access 2007
Application-defined or object-defined error
can you help me? the problem in registering DTS dll files.
"Welcome System Account" when logging into SharePoint sites
SQL Problem: Property Owner is not available for Database '[databasename]'. This property may not exist for this object, or may not be retrievable due to insufficient access rights.
How do I embed video in word document?
Requery Subform Occurs 3 times