Page 1 of 1

sql table name

Posted: Sat Apr 19, 2003 9:44 pm
by nincha
i have porblems reading sql tables that has name with spaces, is there a diferent way to read these names or should just avoid names with spaces???

Posted: Sun Apr 20, 2003 5:22 am
by twigletmac
Avoid names with spaces - use underscores instead so 'table_name' instead of 'table name'.

Mac

Posted: Sun Apr 20, 2003 5:22 am
by twigletmac
Oh, and please ask database questions in the database forum...

Mac