Click here to Skip to main content
15,888,351 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I want to store the count in unix and based on that send on email, if count is greater that 50.


Select count(*) from temp1;

Please suggest.

What I have tried:

I want to store the count in unix and based on that send on email, if count is greater that 50.


Select count(*) from temp1;

Please suggest.
Posted
Updated 13-Jun-19 4:26am
Comments
Patrice T 13-Jun-19 14:17pm    
count of what ?
varsh12 19-Jun-19 7:14am    
count(*) store some numeric value like 100, 200

1 solution

UNIX is an operating system; not a program.

You would need to install or create a program onto the UNIX machine that can talk to the SQL Server. If you are using Oracle as the DB, you could try SQL*Plus
SQL*Plus Quick Start[^]
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900