X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FDBIx%2FClass%2FManual%2FJoining.pod;fp=lib%2FDBIx%2FClass%2FManual%2FJoining.pod;h=2a03c1aab5d4e9b0599aa94297b36e568200e0a2;hb=35c19d689c371a883d0a80af089761dd535b2f64;hp=700a1df5846c766774e9624960cc626ab746479c;hpb=87974600d4fe8f7d4140a75ea97443a3c5cda4d5;p=dbsrgits%2FDBIx-Class.git diff --git a/lib/DBIx/Class/Manual/Joining.pod b/lib/DBIx/Class/Manual/Joining.pod index 700a1df..2a03c1a 100644 --- a/lib/DBIx/Class/Manual/Joining.pod +++ b/lib/DBIx/Class/Manual/Joining.pod @@ -34,7 +34,7 @@ to fetch the tracks, or you can use a join. Compare: So, joins are a way of extending simple select statements to include fields from other, related, tables. There are various types of joins, depending on which combination of the data you wish to retrieve, see -L. +MySQL's doc on JOINs: L. =head1 DEFINING JOINS AND RELATIONSHIPS