can i create a functional index in MariaDB like in Oracle we can:
create index fnc_idx on table_name (to_char(date_col, \'MM-YYYY\'));
or any alt