Skip to content

Commit ad04fde

Browse files
committed
Remove merge artifacts
1 parent 9baa357 commit ad04fde

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

docs/src/query/operators.md

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,6 @@ of either the primary key or a foreign key.
9494
2. All common attributes in the two relations must be of a compatible datatype for
9595
equality comparisons.
9696

97-
<<<<<<< HEAD
9897
## Restriction
9998

10099
The restriction operator `A & cond` selects the subset of entities from `A` that meet
@@ -394,10 +393,3 @@ dj.U().aggr(Session, n="max(session)") # (3)
394393
`dj.U()`, as shown in the last example above, is often useful for integer IDs.
395394
For an example of this process, see the source code for
396395
[Element Array Electrophysiology's `insert_new_params`](https://datajoint.com/docs/elements/element-array-ephys/latest/api/element_array_ephys/ephys_acute/#element_array_ephys.ephys_acute.ClusteringParamSet.insert_new_params).
397-
=======
398-
These restrictions are introduced both for performance reasons and for conceptual
399-
reasons.
400-
For performance, they encourage queries that rely on indexes.
401-
For conceptual reasons, they encourage database design in which entities in different
402-
tables are related to each other by the use of primary keys and foreign keys.
403-
>>>>>>> master

0 commit comments

Comments
 (0)