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?

try way:

select "end" driver_shift_log 

sql fiddle demo


Comments

Popular posts from this blog

javascript - JS causing window size to be bigger than necessary - Dropdown bug -

How to mention the localhost in android -

php - Calling a template part from a post -