How can I write a SQL query where a column displays the first entry in each table in the database?

前端 未结 0 1078
野趣味
野趣味 2021-02-03 14:02

Here\'s the query I\'m starting with (originally found here):

select schema_name(tab.schema_id) as schema_name,
    tab.name as table_name, 
    col.column_id,
           


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题