Skip to content

Commit

Permalink
Update Query-Archi-HTML-Report.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Xiaoqi Zhao committed May 3, 2024
1 parent 8bbc49d commit a51f66d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions architool/Query-Archi-HTML-Report.md
Original file line number Diff line number Diff line change
Expand Up @@ -239,15 +239,15 @@ In Windows, the CSV file will be by default generated in your `Downloads` folder
Noted that you can execute multiple SQL statements with separating every statement by `;`, using below statement you can export all of the 7 tables of Archi HTML Report model into 7 CSV files:

```sql

```
SELECT * INTO CSV("Elements.csv") FROM Elements;
SELECT * INTO CSV("Properties.csv") FROM Properties;
SELECT * INTO CSV("Relationships.csv") FROM Relationships;
SELECT * INTO CSV("Views.csv") FROM Views;
SELECT * INTO CSV("ViewsContent.csv") FROM ViewsContent;
SELECT * INTO CSV("Folders.csv") FROM Folders;
SELECT * INTO CSV("FoldersContent.csv") FROM FoldersContent;
```

---

## Add-ons - Use `COUNT` to Check Scale of Your Model
Expand Down

0 comments on commit a51f66d

Please sign in to comment.