Tech
Forums
Jobs
Books
Events
Videos
Live
More
Interviews
Certification
Training
Career
Members
News
Blogs
Contribute
An Article
A Blog
A Video
An Ebook
An Interview Question
Register
Login
1
Answer
how to get between two string characters in sqlserver
Devendra Kumar
8y
290
1
Reply
how to get between two string character
i will use this query:
select
*
from
tbl_type
where
CategoryId='36'
and
(type
between
'k' and 'r')
ORDER BY
TYPE
asc
it show all q to q string but i want its not include "others" string but how please help
Post
Reset
Cancel
Answers (
1
)
Next Recommended Forum
Depreciation Calculation Through SQL
LAG FUNCTION in SQL Server 2008