I'm implement select query in codeigniter application.
But it shows the below error.
A Database Error Occurred
Error Number: 1054
Unknown column 'Ak3456' in 'where clause'
SELECT * FROM `table` WHERE `Ak3456` IS NULL
Filename: C:/wamp/www/application/system/database/DB_driver.php
Line Number: 691
My select query is
$data = $this->db->get_where('table',$number);
Please any one help me to solve this problem.