Skip to content

Commit 8d78695

Browse files
Update mendix-data-loader.md
1 parent 7307880 commit 8d78695

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

content/en/docs/marketplace/platform-supported-content/modules/snowflake/mendix-data-loader.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -351,7 +351,7 @@ CREATE EVENT TABLE <Db_Name>.<Schema_Name>.LogTable;
351351
ALTER ACCOUNT SET EVENT_TABLE = <Db_Name>.<Schema_Name>.LogTable;
352352
```
353353

354-
To view the log table:
354+
To view the logs in the log table:
355355

356356
```sql
357357
SELECT * FROM <Db_Name>.<Schema_Name>.LogTable WHERE TIMESTAMP BETWEEN '2024-07-01 00:00:01' AND '2024-07-02 23:59:59' ORDER BY TIMESTAMP DESC;

0 commit comments

Comments
 (0)