Results 1 to 2 of 2
  1. #1

    Default MySQL: Sorted by IN clause, any idea?


    Code:
    Table
    +----+------------+
    |  ID  | Name         |
    +----+------------+
    |  1   | Data 1        |
    |  2   | Data 2        |
    |  3   | Data 3        |
    +----+------------+
    
    SELECT * FROM Table WHERE ID IN ('2','3','1')
    
    my expected result
    
    +----+------------+
    |  ID  | Name         |
    +----+------------+
    |  2   | Data 2        |
    |  3   | Data 3        |
    |  1   | Data 1        |
    +----+------------+
    
    actual result
    
    +----+------------+
    |  ID  | Name         |
    +----+------------+
    |  1   | Data 1        |
    |  2   | Data 2        |
    |  3   | Data 3        |
    +----+------------+
    is there anyway to sort the returned rows by ID used in IN clause?, i wanted the sorting to be preserved, but apparently by default i sort niya ang row, and you cant use ORDER BY since i wanted it to be preserved..

  2. #2

    Default Re: MySQL: Sorted by IN clause, any idea?

    got it.... hehehehehe... solve na...

    i use ORDER BY FIELD(field_name, '#', '#')

  3.    Advertisement

Similar Threads

 
  1. Bartending school in Cebu.. Any Idea??
    By theclick_19 in forum General Discussions
    Replies: 2
    Last Post: 06-09-2012, 01:38 AM
  2. Any ideas best snacks and desserts in Cebu???
    By mkate888 in forum Food & Dining
    Replies: 1
    Last Post: 02-26-2010, 10:42 AM
  3. affordable and delicious restaurant in ayala? any ideas
    By bearnabe in forum Food & Dining
    Replies: 23
    Last Post: 11-14-2009, 10:47 PM
  4. Any idea what application to use in creating a website?
    By maverick07 in forum General Discussions
    Replies: 5
    Last Post: 11-23-2007, 06:09 PM
  5. any idea in linux environment?
    By redline in forum Networking & Internet
    Replies: 16
    Last Post: 08-17-2006, 07:46 AM

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
We are the first Cebu Online Media.

iSTORYA.NET is Cebu's Biggest, Southern Philippines' Most Active, and the Philippines' Strongest Online Community!
follow us
#top