On 04/05/11 2:14 AM, pasman pasmański wrote:
> Hello.
>
>
> I search a tool to send queries to database when
> specific rows contain null or not exist.
>
> What can be used for this purpose ?
A perl script, perhaps? You would of course have to make a query to
determine that the specific row you are looking for is either null or
nonexistant, then send your additional queries.