-
Removing quotation from a column name
I have a table with a column name called “upload_date*”. I’m trying to remove the quotes and the star by renaming the column with xcol but having trouble trying to write the syntax for removing the quotes. Anyone have any ideas for this?
I have something like
h_feed “table_name ( ` $””upload_date*””)”
the backslashes to escape the quotes but doesn’t seem to be working.
Log in to reply.