On Mon, 29 Jun 2009 10:12:25 +0200, Bruno Carlus
<b.car...@ipnl.in2p3.fr> wrote:

>Hi,
>
>when I try to execute
>SELECT num_id_cycle FROM vw_last_cycles_mapping WHERE num_cycle = 10
>
>in a c function it issues a column does not exixt error for num_cycle 
>... but it works when I execute the same request in the sqlite3 shell ...
>
>vw_last_cycles is a view listing the 10 last inserted rows of a table.
>
>any idea ?

Yes, you say you SELECT ... FROM vw_last_cycles , 
but the code above references vw_last_cycles_mapping.

>Thanks,
>Bruno.
-- 
  (  Kees Nuyt
  )
c[_]
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to