TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
Rakesh reddy
NA
201
5.5k
SQL Query to get multiple records
Jan 22 2019 12:35 AM
Declare @rightId int = 1405;
SELECT RouteID, @rightId FROM Route
WHERE RouteURI IN
(
'/api/ledger/payment/paymentInfo'
)
for above query i will get one record in result.
But my requirement is if i have @rightId = '1405,23.999'
then i want the three records in result with the above query.
How to implement query for that ?
Reply
Answers (
6
)
display two table
Fields in table doesn't accept 10 precisions