christer99
IS-IT--Management
- Dec 3, 2001
- 247
What is the equivalent of a Mid() function in SQL? I need to get this to work.
WHERE Mid(dbo.INS.C, 209,3)='SL '
Obviously this doesn't work because there is no Mid function in SQL, how do I solve this problem? There must be another command?
WHERE Mid(dbo.INS.C, 209,3)='SL '
Obviously this doesn't work because there is no Mid function in SQL, how do I solve this problem? There must be another command?