postgresql jdbc命令转换
http://www.linuxscrew.com/2009/07/03/postgresql-show-tables-show-databases-show-columns/ PostgreSQLis one of the best database engines for an average web project and many who moves topsqlfrom mysql (for example) often ask the following questions: what is the analog of “show tables” in postgres? or how can I get the list of databases in postgres like “show databases” in mysql? The answers are short: mysql: mysql: SHOW COLUMNS DESCRIBE TABLE (编辑:李大同) 【声明】本站内容均来自网络,其相关言论仅代表作者个人观点,不代表本站立场。若无意侵犯到您的权利,请及时与联系站长删除相关内容! |