Главная страница
    Top.Mail.Ru    Яндекс.Метрика
Текущий архив: 2004.10.24;
Скачать: CL | DM;

Вниз

Как создать вторичный индекс Paradox-таблицы по убыванию на SQL?   Найти похожие ветки 

 
_Vovan_   (2004-09-28 18:43) [0]

Уважаемые мастера,
как с помощью TQuery.SQL правильно написать текст запроса, который создавал бы вторичный индекс для таблицы Paradox7, сортированный по убыванию?
Пишу CREATE INDEX Ind1 ON Table1 (Pole1) - это будет по возрастанию. А как правильно с DESC? И возможно ли это в принципе?


 
Vlad ©   (2004-09-28 18:49) [1]

Это из хелпа по LocalSQL

Creates a secondary index.

CREATE [UNIQUE] [ASC | DESC] INDEX index_reference ON table_reference (column_reference [,column_reference...])

Description

Use the CREATE INDEX statement to create a secondary index for an existing table. Index names may not have embedded spaces. Paradox indexes may be based on multiple columns. Due to the distinctive nature of dBASE expression indexes, only single-column indexes can be created with CREATE INDEX.

Use UNIQUE to create an index that raises an error if rows with duplicate column values are inserted. By default, indexes are not unique.

Use ASC (or ASCENDING) to create an index that orders data in an ascending direction (smallest to largest). DESC (or DESCENDING) creates a descending ordering (largest to smallest). When a direction imperative is not specified, ASC is the implied default.

The following statement creates a multi-column (compound) Paradox secondary index.

CREATE INDEX custdate ON "orders.db" (custno, saledate)

The following statement creates a unique dBASE secondary index.

CREATE UNIQUE INDEX namex ON "employee.dbf" (last_name)


 
_Vovan_   (2004-09-28 18:53) [2]

Vlad ©   (28.09.04 18:49)

Большое спасибо!



Страницы: 1 вся ветка

Текущий архив: 2004.10.24;
Скачать: CL | DM;

Наверх




Память: 0.44 MB
Время: 0.039 c
14-1096967487
Robbin
2004-10-05 13:11
2004.10.24
ОЗУ


8-1090764860
DDDeN
2004-07-25 18:14
2004.10.24
Подать звук по разным каналам


1-1097149277
Alex_s
2004-10-07 15:41
2004.10.24
Глюки Delphi7


14-1096309493
Drakon
2004-09-27 22:24
2004.10.24
Опрос: Какой у вас принтер?


8-1085750766
Bruno
2004-05-28 17:26
2004.10.24
Как вырезать из AVI отдельные кадры в bmp, jpeg....





Afrikaans Albanian Arabic Armenian Azerbaijani Basque Belarusian Bulgarian Catalan Chinese (Simplified) Chinese (Traditional) Croatian Czech Danish Dutch English Estonian Filipino Finnish French
Galician Georgian German Greek Haitian Creole Hebrew Hindi Hungarian Icelandic Indonesian Irish Italian Japanese Korean Latvian Lithuanian Macedonian Malay Maltese Norwegian
Persian Polish Portuguese Romanian Russian Serbian Slovak Slovenian Spanish Swahili Swedish Thai Turkish Ukrainian Urdu Vietnamese Welsh Yiddish Bengali Bosnian
Cebuano Esperanto Gujarati Hausa Hmong Igbo Javanese Kannada Khmer Lao Latin Maori Marathi Mongolian Nepali Punjabi Somali Tamil Telugu Yoruba
Zulu
Английский Французский Немецкий Итальянский Португальский Русский Испанский