開発したアプリなど一覧

Database

Database

「MySQL,PostgreSQLとFirebirdの性能をユーザー会メンバーが徹底比較,判明した"意外な結果”」

「MySQL,PostgreSQLとFirebirdの性能をユーザー会メンバーが徹底比較,判明した"意外な結果”」---OSC2007.DBよりFirebirdはえー仕事じゃほとんどPostgreSQLだし、家で使ってるのはSQLiteかP...
Database

SQLで誕生日から特定の年齢のリストを出す。

こんなクエリ仕事じゃないと使わないよなあ。# select * from test where extract(year from age(current_timestamp,birthday)) between 20 and 30;Pos...