public function distinct()
 {
     self::$distinct = "DISTINCT ";
     return self::get_instance();
 }