Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: Krio
  • Order by date
  1. Krio

    Help with query to ordering between fields

    some kind of CONCATENATE_ORDERED_WS(';',f1,f2,f3,f4,f5)?
  2. Krio

    Help with query to ordering between fields

    Hi I have a table with an id and some numeric fields (ej. between 0 and 30). Suppose this is the structure: id, f1, f2, f3, f4, f5 If the table have values id1, 3, 5, 20, 17, 10 id2, 18, 4, 9, 30, 1 id3, 23, 15, 12, 27, 14 I want a Select that shows the fields in numeric order id1, 3...

Part and Inventory Search

Back
Top