Advertisement

1 - 10 of 75 containing alltags:("ascending") (0 seconds)
Can anyone help me with an alogrithm that will produce a random set of numbers and then sort them in ascending and descending order with a Quick Sort and a Heap Sort?
Zones: CDate Answered: 10/18/1997 Grade: C Views: 0
how can i sort a table by ascending/descending without using a query? p/s:for example, when i'm going to sort item_code from a item_table, i use the following steps: > modify table > create ...
Zones: FoxProDate Answered: 07/26/2000 Grade: D Views: 0
Actually I have already created a text file ; I have let my sql handle the right justification and left justification and I have created the text file as per requirements. But my problem is, within...
Zones: Visual BasicDate Answered: 02/17/2005 Grade: A Views: 0
Hello. I am trying to allow ascending or descending sorting using the sort function, but my list ALWAYS comes up in ascending order.  I've thrown together a sample program (below) exemplifying m...
Zones: JavaScriptDate Answered: 04/05/2005 Grade: A Views: 0
I have query that I need my ipadress1 to be in ascending order, how to do that? SELECT clientid, ipaddress1 FROM clients WHERE clientid is not null  order by ipaddress1 sample data   clientid...
Zones: DatabasesDate Answered: 10/24/2005 Grade: A Views: 0
Hello, I'm trying to sort a query in Ascending order but for some reason it doesn't do it. select p.PlayerID, p.Name, p.Alias, g.GameID, c.ChapterID, g.GameName, SUM(pt.Points) as SumPoints, c.C...
Zones: MySQL ServerDate Answered: 10/13/2006 Grade: A Views: 0
We have some WIN95 working in domain under WINNT  we have BRI ISDN line (2B+D), and we use one of the ISDN channels (1B) connecting our net to ISP through the router (ascend p50-1sbri-e) and anothe...
Zones: Windows NT NetworkDate Answered: 09/15/1998 Grade: C Views: 0
Hi Experts, I wonder how I can sort a column in a combobox (Ascending). I can't do it in the linked table, it is to late for that. Some code example would be nice. Greatest Regards
Zones: MS AccessDate Answered: 05/07/1999 Grade: A Views: 0
Here is my code, which is a quicksort program. My code sort the numbers in descending order, but I want to change it into ascending order, Can anyone help me. My complete code is the following: I...
Zones: C++Date Answered: 03/12/2000 Grade: A Views: 0
Hi, I need to rearrange an input file which lists a load of values e.g 3 45 60 3   etc however, the sorting is not into ascending/descending order but similar to right/left 3 3 45...
Zones: JavaDate Answered: 11/27/2003 Grade: B Views: 0