Reserved Words and Chars

Do NOT use the followig Words as Column Names:

AND
AS
ASC
BY
CREATE
DATABASE
DELETE
DESC
DISTINCT
DROP
FROM
GROUP
INSERT
INTO
LIKE
LIMIT
LIST
OR
ORDER
SELECT
SET
TABLE
UPDATE
VALUES
WHERE

 

Do NOT use the following Chars as Part of a Column Name:

<>
!=
>=
<=
=
<
>
(
)
;
, (Komma)
. (Punkt)
' (Einfache Quote)
" (Doppelte Quote)
!