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
Maahi
NA
73
7.9k
Hardcoded values
Sep 15 2017 3:27 AM
In sql i have employee master table.
Select empname,empid, empdeparment
from tblemployeemaster
How can i add one more columns without creating an static column in table with 4 hardcode values is an script how to bind this employee master.
SELECT *
FROM (VALUES('Client '),('Stakeholders'),
('Peers'),('E-Mail ')
) AS sub(Reviewer)
Reply
Answers (
1
)
Diffrence Between Stored Procedure And Function?
Blank column in sQL servers and c# export to excel