Hi all,
Can I name a mysql table field with a number. E.g. can I call a field 2_ans ????
Thanks.
From the MySQL Reference Manual chapter "Database, Table, Index, Column, and Alias Names":
A name may start with any character that is legal in a name. In particular, a name may start with a digit; this differs from many other database systems! However, an unquoted name cannot consist of only digits.