Subject | RE: [firebird-support] Interested question |
---|---|
Author | Steffen Heil |
Post date | 2004-03-05T14:35:52Z |
Hi
select * from "PAGES"
worked for me, whereas
select * from "PAGES"
didn't.
I see that using reserved words for table names is not best practice, but I
also see that transfering a system which still uses some propitary data
container (but is in transit to sql) should not use different names for the
same things all over the place. That's why I chose PAGES.
cu
Steffen
> ask is that when I did a select in isql as follows : select * from "month"try: select * from "MONTH"
select * from "PAGES"
worked for me, whereas
select * from "PAGES"
didn't.
I see that using reserved words for table names is not best practice, but I
also see that transfering a system which still uses some propitary data
container (but is in transit to sql) should not use different names for the
same things all over the place. That's why I chose PAGES.
cu
Steffen