There was an error while loading. Please reload this page.
You can use these characters for databases, tables, and other objects names:
For example:
CREATE TABLE students_a ( _id serial NOT NULL, na_me nvarchar(50) NOT NULL, CONSTRAINT students_pkey PRIMARY KEY (_id) );
See the example in jsFiddle
If you want to use other characters and spaces, please use square brackets [ ] or back-quote ` to enclose the name:
[ ]
`
SELECT [My column] FROM `Моя табличка-1234()` ORDER BY [今日]
See also: [Case sensivity in AlaSQL](Case Sensitive)
Quick links
AlaSQL wiki frontpage
About AlaSQL
Install AlaSQL
Get started with AlaSQL