2
0
Fork 0
mirror of https://github.com/MartinThoma/LaTeX-examples.git synced 2025-04-25 06:18:05 +02:00

Merge branch 'master' of github.com:MartinThoma/LaTeX-examples

This commit is contained in:
Martin Thoma 2013-07-28 16:13:50 +02:00
commit 50874a1066
2 changed files with 3 additions and 2 deletions

View file

@ -1 +1 @@
Auf Basis von [Nilans und Stephans pastebin](http://pastebin.com/JfDfrVMV) entstanden.
Auf Basis von [Nilans und Stefans pastebin](http://pastebin.com/JfDfrVMV) entstanden.

View file

@ -4,9 +4,10 @@ FROM (
) f1
JOIN ON
(
SELECT personni FROM FriendshipSymmetric WHERE person1 = <id>
SELECT person2 FROM FriendshipSymmetric WHERE person1 = <id>
) f2
EXCEPT
(
SELECT * FROM FriendshipSymmetric
)
WHERE f1.person2 != f2.person2