Hello!
I have a table of allowed IP addresses, table of physical servers and
table of virtual servers (jails).
Selection of allowed-and-unused IPs looks like
select * from our_ips where ipid not in (select ipid from server) and
ipid not in (select ipid from jail);
What's the best way to do it with DBIx::Class?
Alex.
_______________________________________________
List: http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/dbix-class
IRC: irc.perl.org#dbix-class
SVN: http://dev.catalyst.perl.org/repos/bast/DBIx-Class/
Searchable Archive: http://www.grokbase.com/group/[EMAIL PROTECTED]