Answers for "Determine If a column is Present in a Table or not"

0

Determine If a column is Present in a Table or not

if ($this->db->field_exists('field_name', 'table_name'))
{
        // some code...
}
Posted by: Guest on July-23-2021

Code answers related to "Determine If a column is Present in a Table or not"

Browse Popular Code Answers by Language