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
venkatesh duddukuri
NA
29
5.1k
without using reverse find the given string palindrome or no
Mar 23 2016 3:28 AM
hai...
i trying to using REVERSE() find the given string palindrome or not
but i got answer without using REVERSE() fun find palindrome or not
PLZ any one help me .
create procedure pal
@word varchar(50)
as
begin
if @word=REVERSE(@word)
print 'pal'
else
print 'not pal'
end
go
Thanks
Venkatesh D
Reply
Answers (
7
)
Sql Query
how to restrict the user,no one can change the data in sql ?