There was an error while loading. Please reload this page.
HTML
AlaSQL can read data from a HTML table and store data into a HTML table. This only works in the browser.
Syntax:
SELECT column INTO HTML(cssSelector,options) FROM tableid; SELECT column FROM HTML(cssSelector,options) ;
alasql('SELECT * FROM HTML("#MyTable", {headers:true})');
alasql('SELECT * INTO HTML("#MyTable", {headers:true}) FROM ?',[data]);
See also: CSV, TAB, TSV, XLSX, JSON
Quick links
AlaSQL wiki frontpage
About AlaSQL
Install AlaSQL
Get started with AlaSQL