Re: [sqlite] Trigger and Select

2005-05-16 Thread selvarajchandran
Hi, Shall we use Auto as like in sql it will show the value in the result. but we can't add column into it i think so. selvaraj > do you mean that the result of an SQL query should contain more columns > than defined in the SQL itself? > I can not imagine a trigger doing this... > > Martin >

Re: [sqlite] Trigger and Select

2005-05-16 Thread Martin Engelschalk
Hi, do you mean that the result of an SQL query should contain more columns than defined in the SQL itself? I can not imagine a trigger doing this... Martin Marco Bambini schrieb: Hello, is it possible to create a Trigger that adds a column to every select statement? I am searching a way to aut

[sqlite] Trigger and Select

2005-05-16 Thread Marco Bambini
Hello, is it possible to create a Trigger that adds a column to every select statement? I am searching a way to automatically add rowID to every sql query... Thanks, Marco Bambini