06-30-2010, 02:17 PM
[eluser]Unknown[/eluser]
Hey Guys,
I'm stuck with a problem with getting data from an table.
I want to display the first 100 charters from a colom. In a normal query I would use: I cannot find how to do it like $this->db->left().
Can anyone maybe help me with this?
Thanks in advance,
Mike
Hey Guys,
I'm stuck with a problem with getting data from an table.
I want to display the first 100 charters from a colom. In a normal query I would use:
Code:
LEFT(content, 100)
Can anyone maybe help me with this?
Thanks in advance,
Mike