HI!
My site is kentico portal base site and there is a repeater there. and within the repeater i need to set the where clouse. there is a column called "startDate" so within the where clouse i need to check wheter startDate is grater than today date expect answer as soon as possible Thanks Ramesh
Hi, The WHERE condition is standard SQL syntax, so you can also use the SQL server functions, for example the GetDate function
startDate > GetDate()
thanks Juraj
Please, sign in to be able to submit a new answer.