SQL gets the table in the database

zhaozj2021-02-16  86

Get a table name Select Name from sysobjects where xtype = 'u' and status> = 0

转载请注明原文地址:https://www.9cbs.com/read-11742.html

New Post(0)