Yanor.net/
Wiki
Blog
GitHub
Sandbox
バックアップ一覧
差分
を表示
現在との差分
を表示
ソース
を表示
PostgreSQL/SQL/カラム名のエスケープ
へ行く。
1 (2017-02-28 (火) 08:12:27)
カラム名のエスケープ
SELECT * FROM users ORDER BY "user_id"
カラム名をエスケープする場合、"カラム名"のようにダブルクォーテーションでくるむ。
参考
http://stackoverflow.com/questions/7651417/escaping-keyword-like-column-names-in-postgres
http://www.postgresql.org/docs/8.2/static/sql-syntax-lexical.html