Results 1 to 5 of 5

Thread: How do I reverse a string with sql query only?

  1. #1
    Junior Member
    Join Date
    May 2007
    Answers
    1

    How do I reverse a string with sql query only?

    How do I reverse a string with sql query only?


  2. #2
    Contributing Member
    Join Date
    May 2007
    Answers
    60

    Re: How do I reverse a string with sql query only?

    try this
    --------
    select reverse('string')...


  3. #3
    Expert Member
    Join Date
    Sep 2005
    Answers
    206

    Re: How do I reverse a string with sql query only?

    oracle : SELECT REVERSE('string') FROM dual;
    SQL Server : SELECT REVERSE('string')


  4. #4
    Contributing Member
    Join Date
    May 2007
    Answers
    32

    Re: How do I reverse a string with sql query only?

    by using REVERSE we can reverse the string like
    select reverse('string') from dual;


  5. #5
    Moderator
    Join Date
    Jun 2007
    Answers
    2,074

    Re: How do I reverse a string with sql query only?

    there is no sence posting such kind of questions here in the forum.

    these are very much grass root level.


Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
About us
Applying for a job can be a stressful and frustrating experience, especially for someone who has never done it before. Considering that you are competing for the position with a at least a dozen other applicants, it is imperative that you thoroughly prepare for the job interview, in order to stand a good chance of getting hired. That's where GeekInterview can help.
Interact