Hello everyone,
I have a table with a column named "end" which consists of timestamp indicating the end of an event. However, it seems like "end" is a reserved word for PostgreSQL, therefore I am getting syntax error whenever I want to write the table using Database Writer into my database. The problem is, the plug-in which I am using in my Web App to visualise the data needs the column to be named "end". So, how can I solve this problem?
Thank you :)
Regards,
Eugene