Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
| Author |
Topic |
|
theboman
Starting Member
4 Posts |
Posted - 2007-03-29 : 17:07:41
|
| Hello,i want to extract 2 charcters from the middle of a string but the mid command does not seem to work in SQL. I am doing this in the formula builder in the table designer, the code I tryed to use is mid (ArticleNo, 2, 6))?????Thanks in advance,Karl. |
|
|
SwePeso
Patron Saint of Lost Yaks
30421 Posts |
Posted - 2007-03-29 : 17:23:19
|
| SUBSTRINGPeter LarssonHelsingborg, Sweden |
 |
|
|
theboman
Starting Member
4 Posts |
Posted - 2007-03-29 : 17:26:56
|
| Perfect, thankyou very much. |
 |
|
|
|
|
|