diff --git a/lib/DBIx/Class/Manual/Cookbook.pod b/lib/DBIx/Class/Manual/Cookbook.pod index d08022ae3..3e6711b16 100644 --- a/lib/DBIx/Class/Manual/Cookbook.pod +++ b/lib/DBIx/Class/Manual/Cookbook.pod @@ -502,7 +502,7 @@ To return all CDs matching a particular artist name, you specify the name of the # JOIN artist ON cd.artist = artist.id # WHERE artist.name = 'Bob Marley' -In that example both the join, and the condition use the relationship name rather than the table name +In that example both the join, and the condition B rather than the table name (see L for more details on aliasing ). If required, you can now sort on any column in the related tables by including