Interesting posts for you (2)

Clear Filter
0
OpenText Content Suite Platform: Database table for finding Type of user

We need to write a report to find the number of below categories of users on our OpenText Content Suite Platform installation: Content Suite Platform Read-Only Named UsersContent Suite Platform Standard Named UsersSAP Extended ECM by OpenText Profes...

1 answers
145 views
Shanmukha Babu Datti
Shanmukha Babu Datti
• 5 months ago
0
SELECT query with LEFT JOIN and multiple ORDER BY conditions via CodeIgniter's active record syntax

I have written a query with the codeigniters database library, it looks like this, this is the update version public function getCandidateCredits($candidate_id) { $this->db->select('*') ->from('credits') -&g...

1 answers
166 views
Rahul Sharma
Rahul Sharma
• 10 months ago