Information about your subscription is stored in the browser. If you clean the browser, the subscription information will disappear.

MySQL queries for excel

This site is designed to get data from excel using MySQL queries. Upload an excel file and write a mysql query. For example, using the query "select `A` from `list1`" you will get the entire column A of the sheet 'list1' of the downloaded excel file. The table name in the MySQL query must be in back quotes. For example `list1`.A All spaces are removed from the table name.
MySQL queries