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 wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by buksh

  1. buksh

    Custom sort in SQL?

    I'm only starting out but I reckon that to use a CASE within a select statement might give you the ability to select books with titles where the case is true that the title begins with<br> Case Title_name like A%<br> Case Title_name like The%<br> <br> and so on.<br> You could then re-store the...
  2. buksh

    How to re-order alphabetically a database column; Oracle

    Thanx guys,<br> My problem is slightly more complex because the data from the DB is usually only accessed via a third party front end pre-written in power builder, ( MainSaver ).<br> This means that I cannot create new views as my clients only ever see the output generated by MainSavers fixed...
  3. buksh

    How to re-order alphabetically a database column; Oracle

    How can I re-order an existing column into alphabetical order.<br> I have a client accessing a server based Oracle database and the retrieved data is always in the order that it was enetered in originally. This makes life difficult for the user who would prefer to see it in alphabetical order.

Part and Inventory Search

Back
Top