Database 「MySQL,PostgreSQLとFirebirdの性能をユーザー会メンバーが徹底比較,判明した"意外な結果”」 「MySQL,PostgreSQLとFirebirdの性能をユーザー会メンバーが徹底比較,判明した"意外な結果”」---OSC2007.DBよりFirebirdはえー仕事じゃほとんどPostgreSQLだし、家で使ってるのはSQLiteかP... 2007.06.25 Database
Database SQLで誕生日から特定の年齢のリストを出す。 こんなクエリ仕事じゃないと使わないよなあ。# select * from test where extract(year from age(current_timestamp,birthday)) between 20 and 30;Pos... 2007.05.15 Database