Is there a way to see if the SELECT in cx_Oracle didn't return anything? I want to optimize the situation when the number of selected rows is zero. Is select count(*) the only option, seems inefficient?
-- damjan -- http://mail.python.org/mailman/listinfo/python-list