赞
踩
创建索引
create index on:Student(name)
删除索引
drop index on:Student(name)
创建唯一索引
create constraint on (s:Teacher) assert s.name is unique
删除唯一索引
drop constraint on (s:Teacher) assert s.name is unique
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。