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:
commit
50874a1066
2 changed files with 3 additions and 2 deletions
|
@ -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.
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue