Order By

SELECT * FROM [table1] ORDER BY [col1];

Will this take table1 and execute the query to sort and print out the rows with col1 in ascending order?

Why not give it a go and see if it works?

Rudy has trained you well, young padawan… :smiley:

my usual reply, in case you choose to use it…

Thanks Dave and I will try and remember that reply Rudy.