Record in table if query returns result (Oracle)

0

I'm developing a call panel. I have a query that results in the client's call (name / password / guiche), this query returns the result for 10 seconds, after that it is empty until the next call.

I need every time this query has content (numrow > 0), record the information in another table. So, I'll have the information from the last panel calls.

How can I do this?

    
asked by anonymous 19.12.2017 / 11:51

0 answers