Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个使用 SQL 查询创建的 XML 文件。我需要为其添加标题行。标题行类似于:
<XMLImport RecordCount="50"... >
这包括记录计数。这是更大查询的一部分。我将如何获取记录计数并将其包含在标头中,以便它成为 XML 文件的一部分?
感谢您对此的任何反馈。