Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PHP

codeigniter distinct

<?php
$this->db->distinct();
$this->db->select('accessid');
$this->db->where('record', $record); 
$query = $this->db->get('accesslog');
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #codeigniter #distinct
ADD COMMENT
Topic
Name
9+5 =