Dynamic column name and insert
Hi, how can I work with dynamic column names?
I woud love to be able to do the following:
However, the following will not work as
I woud love to be able to do the following:
However, the following will not work as
column.name returns name of a column as it is in database itself (column_name). However, for the purpose above I need to get the column name in the schema format columnName. How can I achieve this?