11.23 MySQL学习记录
摘要:
/*用or 一样可以到达此效果,但用in操作符更好*/select governmentform, name, gnpfrom world.countrywhere Continent in ('aisa', 'europe'); /*通配符*//* %百分号表示任何字符出现任何次数,_下划线用途相 阅读全文
posted @ 2017-11-23 20:44 vincenthe1 阅读(74) 评论(0) 推荐(0)