
1、oracle下:select
table_name
from
all_tables
2、MySQL下:select
table_name
from
information_schema.tables
where
table_schema='csdb'
and
table_type='base
table'
3、sql
server下:select
name
from
sys.tables
go
欢迎分享,转载请注明来源:内存溢出

1、oracle下:select
table_name
from
all_tables
2、MySQL下:select
table_name
from
information_schema.tables
where
table_schema='csdb'
and
table_type='base
table'
3、sql
server下:select
name
from
sys.tables
go
欢迎分享,转载请注明来源:内存溢出
微信扫一扫
支付宝扫一扫
评论列表(0条)