We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 12ffb3c commit 4455187Copy full SHA for 4455187
1 file changed
lib/Data/ObjectDriver/SQL.pm
@@ -709,7 +709,7 @@ Returns the SQL fully representing the SQL statement C<$sql>.
709
710
=head2 C<$sql-E<gt>as_subquery($alias)>
711
712
-Returns a string representing the SQL statement for subquery. C<$alias> is optional.
+Returns a string representation of C<$sql> as a subquery. C<$alias> is optional.
713
714
=head2 C<$sql-E<gt>as_sql_having()>
715
@@ -731,7 +731,7 @@ statement C<$sql>. Reasonable values of C<$set> are C<ORDER> and C<GROUP>.
731
732
=head2 C<$sql-E<gt>as_escape()>
733
734
-Returns a string representing the C<ESCAPE> clause for use within C<LIKE> predicates.
+Returns a string representing the C<ESCAPE> clause for C<LIKE> predicates.
735
736
=head1 DIAGNOSTICS
737
0 commit comments