Skip to content

CodeIgniter 3 - Search if value exist in blob column #32

Discussion options

You must be logged in to vote

First of all I don't recommend using Codeigniter's own query builder. It doesn't seem right to me. but in my case I can use RAW Query for this purpose.

return $this->db->query('select count("id") from table_name where TrackingNo like "$trackingNo"')->result_array();

I haven't tested this code but if you encounter some error then you can commnet below.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by haringuyen01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants