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
narasiman rao
NA
519
766.9k
how to max data type varchar value in sql server
Aug 20 2015 11:41 AM
In database design as follows (table name company)
Fieldname Data Type
Compid (primary key) char(10)
In database record as follows (table name company)
Compid
1
2
3
4
5
i want to get max value of compid in company table.
for that how can i write the sql query.
Reply
Answers (
1
)
How to create c# library
when i try to make a report the app crash