I am pulling a column in an existing script into my template files, and everything is working great.
The only problem is, that this script has a column called
If you are working with Postgres just use "column_name", e.g:
SELECT "order" FROM table_name WHERE "order" > 10 ORDER BY "order";