Comments - Syntax request for using email id as table name

3 years, 6 months ago Daniel Black

You can, with the right quoting like:

create table `badtablename@gmail.com` (i int)

This is a bad pattern however. Data should be in rows, not table names.

 
Content reproduced on this site is the property of its respective owners, and this content is not reviewed in advance by MariaDB. The views, information and opinions expressed by this content do not necessarily represent those of MariaDB or any other party.