Exam Master
06:52:00
Advertisement
,
Competitive Exams
,
Exams
,
Hall Ticket
,
Notification
,
Previous year questions
,
Result
Edit
Hi There,
ReplyDeleteI’ve often thought about this Exam Master. Nice to have it laid out so clearly. Great eye opener.
I'm trying to set up a reminder. It needs to remind users of a reassessment date that occurs every 90 days based upon the first contact (enrollment_date) with a potential client. But I only need to show the closest upcoming date. So, if a client's next closest assessment date is 12-12-15 it would show that date until 12-13-15 when it would be beginning to show 3-11-16. Is that possible?
Appreciate your effort for making such useful blogs and helping the community.
Thanks & Regards,
Morgan lee
Greetings Mate,
ReplyDeleteSo bloody thorough! Ah! So happy and blissed out! I feel redeemed by reading out Exam Master. Keep up the good work!
I have this requirement where I have to execute a sql query based on output of another query, something like given in example below :
Code (Text):
a=select to_char(sysdate,'DAY') from dual
if a='SUNDAY' then
select syadate from dual;
else
select sysdate-1 from dual;
Explanation - If output of my first query is SUNDAY then execute Query1 else execute query2
Any help is appreciated.
I read multiple articles and watched many videos about how to use this tool - and was still confused! Your instructions were easy to understand and made the process simple.
Kind Regards,
Radhey