> actually I don't know how to get my rules yet, but let's assume the > rules > exist and we can get it from a function. > get_forbidden_ids()
I've never done it, so don't know whether it's possible, but you may be able to create a virtual table on top of the real table which calls get_forbidden_ids() and skips the appropriate rows. I think it could be very difficult to handle the situation where the ids change mid query though. Kevin _______________________________________________ sqlite-users mailing list [email protected] http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

