SQL 判断表、字段是否存在的方法(MSSQL Server、Oracle、MySQL、PostgreSql、SQLite)
摘要:
SQL 判断表、字段是否存在的方法(MSSQL Server、Oracle、MySQL、PostgreSql、SQLite) 1、MSSQL Server select count(*) from dbo.sysobjects where name= '表名'; -- 表 select count( 阅读全文
posted @ 2021-11-09 17:04 滔Roy 阅读(2179) 评论(0) 推荐(1)
浙公网安备 33010602011771号