Microsoft
Software
Hardware
Network
Question : Only select part of a column with SQL
I'm writing an SQL SELECT statement against an MS Access database. The fields in the database are all set to large sizes (say 255) and I can't change them. (It's not my database, hence the poor initial design.)
For reasons that aren't really pertinent here, I need to select only part of the column. Say, the first 50 charachters or so. Can I do that? Actually, How can I do that is the more important question.
Anyone? Anyone?
Answer : Only select part of a column with SQL
select mid([YourcolumnName],1,50)
from YourTable
Random Solutions
Conditionally Add www To Url In Javascript
SMTP : The server rejected one or more recipient addresses
Can't see POP3 and IMAP4 features in user mailbox
Complex database design and multiple record addition/updation
Need script to traverse directories and rename them.
Ajax Make the Back Button work
Javascript to set an attribute value
SQL 2005 resource group fails over unexpectedly in MS Cluster
Windows XP and Windows 2003 Performance
Bad parameter type. Microsoft Office Excel is expecting a different kind of value than was provided.