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

Вниз

В MySQL 5 нет StoredProc?   Найти похожие ветки 

 
tesseract ©   (2008-04-25 12:11) [40]


> Кстате в Postgres хранимки можно писать используя синтаксис
> разных языков,


Там ещё поддержка иерархии.


 
Ega23 ©   (2008-04-25 12:22) [41]


> Там ещё поддержка иерархии.


Там ещё и такая штука есть:


7.4. Combining Queries
The results of two queries can be combined using the set operations union, intersection, and difference. The syntax is

query1 UNION [ALL] query2
query1 INTERSECT [ALL] query2
query1 EXCEPT [ALL] query2
query1 and query2 are queries that can use any of the features discussed up to this point. Set operations can also be nested and chained, for example

query1 UNION query2 UNION query3
which really says

(query1 UNION query2) UNION query3

UNION effectively appends the result of query2 to the result of query1 (although there is no guarantee that this is the order in which the rows are actually returned). Furthermore, it eliminates duplicate rows from its result, in the same way as DISTINCT, unless UNION ALL is used.

INTERSECT returns all rows that are both in the result of query1 and in the result of query2. Duplicate rows are eliminated unless INTERSECT ALL is used.

EXCEPT returns all rows that are in the result of query1 but not in the result of query2. (This is sometimes called the difference between two queries.) Again, duplicates are eliminated unless EXCEPT ALL is used.



 
Style ©   (2008-04-28 10:04) [42]


> Но зачем PHP - хоть убей, не пойму.


это всего лишь синтаксис



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

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

Наверх




Память: 0.53 MB
Время: 0.014 c
2-1210918003
Татьяна
2008-05-16 10:06
2008.06.08
Экспорт данных в Excel


2-1210834088
big
2008-05-15 10:48
2008.06.08
Как в StringGrid e удалить выделенную строку?


2-1210768237
F@T@L_Err0r
2008-05-14 16:30
2008.06.08
Безусловное выключение компа


15-1209105904
Vlad Oshin
2008-04-25 10:45
2008.06.08
ScreenShot, размер большой, а нужен маленький . Как?


2-1210753066
dobriy-kot
2008-05-14 12:17
2008.06.08
Не работает RegKey.KeyExists