Skip to content

Commit 3d4bc80

Browse files
committed
Change
1 parent 8e44497 commit 3d4bc80

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

site/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -276,7 +276,7 @@ <h2 id="loading-title">Loading BMLT Meeting Database...</h2>
276276
<h2>⚡ Aggregator Custom SQL Query</h2>
277277
</div>
278278
<div class="section-content">
279-
<textarea id="custom-sql" class="sql-editor" placeholder="SELECT name FROM sqlite_master WHERE type='table';"></textarea>
279+
<textarea id="custom-sql" class="sql-editor" placeholder="SELECT * from `na_root_servers`;"></textarea>
280280
<br><br>
281281
<button class="btn" onclick="runCustomSQL()">Execute Query</button>
282282
<button class="btn btn-secondary" onclick="clearSQL()">Clear</button>
@@ -558,7 +558,7 @@ <h2 id="results-title">Query Results</h2>
558558
}
559559

560560
function insertExample() {
561-
document.getElementById('custom-sql').value = `SELECT name FROM sqlite_master WHERE type='table';`;
561+
document.getElementById('custom-sql').value = `SELECT * from 'na_root_servers';`;
562562
}
563563

564564
function displayResults(title, sqlResult) {

0 commit comments

Comments
 (0)