From 7770fde8733eff7024191bd8782a30ab0d1f7619 Mon Sep 17 00:00:00 2001 From: Derek Allard Date: Mon, 5 Jul 2010 07:58:58 -0400 Subject: typo fix --- user_guide/database/active_record.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'user_guide') diff --git a/user_guide/database/active_record.html b/user_guide/database/active_record.html index bc7cd3d11..2c12d628e 100644 --- a/user_guide/database/active_record.html +++ b/user_guide/database/active_record.html @@ -391,7 +391,7 @@ $this->db->or_not_like('body', 'match');

// Produces: SELECT DISTINCT * FROM table

$this->db->having();

-

Permits you to write the HAVING portion of your query. There are 2 possible syntaxe, 1 argument or 2:

+

Permits you to write the HAVING portion of your query. There are 2 possible syntaxes, 1 argument or 2:

$this->db->having('user_id = 45');
-- cgit v1.2.3-24-g4f1b