Hi,
I have a requirement in which I need to build the "where" statement of a select query as follows:
select * from transactions_details
where format(trans_date, "m") = format(date(), "m")
I need to make this option from format function to be dynamic so that it can either be M (for months) or...