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

Вниз

Order By   Найти похожие ветки 

 
ArtemB ©   (2003-04-17 07:01) [0]

Как заводить данные в отсортированной таблице по Order By ???


 
ЮЮ ©   (2003-04-17 07:06) [1]

Данные в таблмце заводятся методом Insert. OrderBy бывает только в запросе.


 
Соловьев ©   (2003-04-17 09:47) [2]

See the documentation for the specific database system used for the criteria needed for a live query result set.
СУБД?


 
ArtemB ©   (2003-04-17 10:58) [3]

Paradox таблица.... читают несколько пользователей этот DB по сети.


 
Anatoly Podgoretsky ©   (2003-04-17 11:02) [4]

Количество пользователей влияет только на количество повреждений базы, зависимость даже не линейная.


 
Соловьев ©   (2003-04-17 11:04) [5]

Single-table queries

Queries that retrieve data from a single table are updatable provided that:

There is no DISTINCT key word in the SELECT.
Everything in the SELECT clause is a simple column reference or a calculated column, no aggregation is allowed. Calculated columns remain read-only.
The table referenced in the FROM clause is an updatable base table.
There is no GROUP BY or HAVING clause.
There are no subqueries in the statement.
There is no ORDER BY clause.

The read-only effect of an ORDER BY clause is negated and the query updatable if the ORDER BY clause uses a single column and there is a dBASE single-column primary or secondary index based on that same field. dBASE compound (expression) indexes will not negate the read-only effect of an ORDER BY clause. A Paradox single- or multi-field primary index will make the query updatable if the ORDER BY uses exactly the same columns (in the same order) as the index. Paradox secondary indexes will not negate the read-only effect of an ORDER BY clause.



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

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

Наверх




Память: 0.47 MB
Время: 0.034 c
3-23041
Дельфятник
2003-04-18 10:42
2003.05.08
Можно ли в одном SQL-запросе сделать удаление из связанных таблиц


1-23191
lego_2
2003-04-24 22:30
2003.05.08
TPopUpMenu иль всё от TMenu


14-23351
anpv
2003-04-20 14:07
2003.05.08
MySQL


1-23081
FZ*XupypG
2003-04-26 04:27
2003.05.08
Использование вторичных потоков


3-22988
zom
2003-04-14 12:54
2003.05.08
Поиск по индексу или Select, что быстрее через ADO?