Kodok Márton wrote:
> now this raises questions:
> 
> eg:
> CREATE TABLE clients .......
> CREATE VIEW getclients AS select * from clients.....
> 
> now if I update the 'getlist' view that will with a instead of trigger 
> update the clients table
> 
> that will raise the triggers for the client table, I am right?
> 

Yes, it will.

HTH
Dennis Cote
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to