sql - PostgreSQL - Column name of a table is the name of a function -
there table in database on of column names called "end". end timestamp.
when try run simple query such as:
select end driver_shift_log
i syntax error because interpreting end not column name, sql function. tips on best way fix this?
Comments
Post a Comment