记录开发中点滴
Nov 21, 2016
postgresql postgresql 创建视图
create view recent_announcements as select * from announcements order by id desc limit 10;