Direto do Manual:

$this->db->where() accepts an optional third parameter. If you set it
to FALSE, CodeIgniter will not try to protect your field or table
names with backticks.

$this->db->where('MATCH (field) AGAINST ("value")', NULL, FALSE);



Abraços

2008/9/16 Vinicius Cruz <[EMAIL PROTECTED]>:
> Pessoal,
>
> Necessitei realizar uma subconsulta nas tabela, mas acho que o where_in não
> satisfaz.
>
> Algo como
> SELECT * FROM tabela_teste WHERE idtabela IN (SELECT idtabela2 FROM
> tabela_teste2)
>
> Pelo que vi no manual oficial e na librarie do banco, ele só permite passa
> Array como segundo parâmetro, correto?
>
> Terei que apelar pra o $this->db->query()?
>
> Vinicius Cruz
>
> _______________________________________________
> Lista mailing list
> [email protected]
> http://codeigniter.com.br/mailman/listinfo/lista_codeigniter.com.br
>
>



-- 
Felipe Diesel
http://felipediesel.net
http://sigasw.com.br
_______________________________________________
Lista mailing list
[email protected]
http://codeigniter.com.br/mailman/listinfo/lista_codeigniter.com.br

Responder a