Using Hi-ASCII characters in tables names

Is there any danger in using “strange” characters for table names?
In my case, I’m using “$”.
Can this choice give me problems when moving from Sybase to another db or in Sybase itself?

Yes it definetely will fail in one database or another.

SQL rule number one:
do NOT use any characters besides: a..z 0…9 and the underscore

jaleman:
Yes it definetely will fail in one database or another.

SQL rule number one:
do NOT use any characters besides: a..z 0…9 and the underscore

Crystal clear :slight_smile: