Is it possible to pass 2 variables from a front end to the query like this...
select * from abc where var1 = var2.
With the parameter form it is possible to accept it like this...
select * from abc where :var1 = :var2.
My question is can the 2 variables be passed from the front end to the...
I have two dates: HoldayBeginDate and HolidayEndDate.
How do I work out the third field which is Total Number of holiday days.
e.g. 18/06/2001 to 28/06/2001 = 20days holiday,
How do I make it automatically work out 20days or whatever without me inputting the 3rd field only the 1st and 2nd...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.