Microsoft
Software
Hardware
Network
Question : remove a letter off front of numbers in a field
i am attaching database - with a building# field.
Buidling numbers are coming to me with an S in the front of number-
like s2, s45, s159, etc...
can I write an update or delete query to take s off of front of number
thank you
Attachments:
removeS.mdb
(224 KB)
(File Type Details)
remove s
Answer : remove a letter off front of numbers in a field
UPDATE yourTable
SET yourFieldName = Mid(yourFieldName, 2)
WHERE left(yourFieldName, 1) = "s"
Random Solutions
Windows Server 2008 R2: missing start menu of installed applications
Team Foundation Server 2010, deleted web site problem
get 550 5.7.1. Unable to relay for specific domains....
How to Stop Procedure Running after Message Box Displayed
Need help to seperate Select output using TABs
PHP QUESTION - OSCOMMERCE - How to remove short description underneath products in Oscommerce 2.2
How to calculate OSPF cost?
sql job with proxy agent failed to execute
How do i verify an age element using javascript?
Increment Value