Shell programing to implement SQL package

hi all,
i have a table with employee details like his name,addr,DOB etc.
i need a shell program which takes one date as input from user and print the employees whose DOB is less than that date.
in sql package the select query is written

Hi

You can check for the examples here: connect to sqlplus and retrieve data and modify according to your needs.

Guru.

If I understood you correctly, and your data resides in a text file, shql can help you with this, it is a simple SQL engine written as a shell script. You can get it from here