【Postgresql】use
http://www.jianshu.com/p/0ed65e630fd0
http://www.linuxidc.com/Linux/2013-12/94354.htm
tag 是一个Array字段,判断是否包含时:
select * from news
where tag @> '{电影}';
http://www.jianshu.com/p/0ed65e630fd0
http://www.linuxidc.com/Linux/2013-12/94354.htm
tag 是一个Array字段,判断是否包含时:
select * from news
where tag @> '{电影}';