hasaki
select COUNT(a.name) from sys.all_columns a,sys.tables b
where a.object_id=b.object_id and b.name=\'table_name\'

分类:

技术点:

相关文章: