Sql where not
- Single Page
Posted 13 September 2012 - 07:18 AM
I want to use sql where not qurey in grocery crud, How can i use it,
Actually I want to get the all the results except first one in a table in my database .
Please help me.
This is little bit urgent.
Thanks.
Posted 13 September 2012 - 07:47 AM
try this:
$crud->where('id !=', $id);
Posted 13 September 2012 - 10:45 AM
Hi!
try this:
$crud->where('id !=', $id);
[/quote]
It works ........ Thanks a lot