all groups > sql server (alternate) > october 2004 >
You're in the

sql server (alternate)

group:

inserting data into a database alphabetically


inserting data into a database alphabetically mdavis0307 NO[at]SPAM sbcglobal.net
10/27/2004 6:12:08 AM
sql server (alternate):
Hello, is it possible to insert new data into a datbase
alphabetically? For example when a user enters a new row of data, I
want the row inserted in the correct order. I do not think this is
possible.

Re: inserting data into a database alphabetically Hugo Kornelis
10/27/2004 11:18:36 PM
[quoted text, click to view]

Hi Mary,

You are right - that is not possible. A relational table is unordered *BY
DEFINITION*.

If you need to show the results of a query in a specific order, you'll
have to use an ORDER BY clause.

Best, Hugo
--

AddThis Social Bookmark Button