* カラム名のエスケープ [#hc028c72]

 SELECT * FROM users ORDER BY "user_id"

- カラム名をエスケープする場合、"カラム名"のようにダブルクォーテーションでくるむ。

** PHPでエスケープ処理する [#t067a7f8]

http://php.net/manual/ja/function.pg-escape-identifier.php

** 参考 [#ja2fe758]
- http://stackoverflow.com/questions/7651417/escaping-keyword-like-column-names-in-postgres
- http://www.postgresql.org/docs/8.2/static/sql-syntax-lexical.html

トップ   編集 差分 バックアップ 添付 複製 名前変更 リロード   新規 一覧 検索 最終更新   ヘルプ   最終更新のRSS