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

php - Calling a template part from a post -

Firefox SVG shape not printing when it has stroke -

How to mention the localhost in android -