I have a table, and I want to ignore all the even rows and output all the odd rows in PostgreSQL. The table is like:
How to exclude character ( and )?开发者_运维百科 Is this command enough in postgresql? where column1 ~ \'^.*[^A-Za-z0-9() .-].*$\'
这篇文章主要给大家介绍了关于MySQL中or、in、union与索引优化的相关资料,文中通过示例代码介绍的非常详细,对大家学习或者使用MySQL具有一定的参考学习价值,需要的朋友们下面来一起学习学习吧