ウォンツテック

そでやまのーと

データベース

SQL文の「(, )」とand orの扱い select * from table where column like 'hoge' and (column2 like 'hoge2' or column3 like 'hoge3') のような記述が可能

PostgreSQL PostgreSQLのインストール $ cd ~/src $ wget どこか/postgresql-8.1.3.tar.gz $ tar zxvf postgresql-8.1.3.tar.gz $ cd postgresql-8.1.3 $ ./configure --enable-multibyte=EUC_JP \ --with-perl \ --with-tclconfig=/usr/lib \ --enable-sysl…