How to apply the following prompt in SQL
Hi I want to apply a prompt condition which would ask user to enter the a date in a given format. I want to display the following message Enter created date (DD-MON-YYYY HH24:MI:SS).
Select *
From tb1
Where created_dt > to_date('&Enter created date (DD-MON-YYYY HH24:MI:SS)', 'DD-MON-YYYY HH24:MI:SS')