有没有办法获取SQL查询中使用的表列表?示例:我有类似的东西:
SELECT * FROM Table t JOIN OtherTable ON t.id=OtherTable.t_id
我希望得到
Table, OtherTable
谢谢
c# sql
c# ×1
sql ×1