File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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 ) {
You can’t perform that action at this time.
0 commit comments