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 ?

Thanks,
Bruno.
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to