Subject | Re: [ib-support] MONTH |
---|---|
Author | Martijn Tonies |
Post date | 2002-04-03T18:26:54Z |
>Call id DUAL and you'll be Oracle compatible :)
> [snip]
> >The newly recommended style is to create a one row table to
> > use for this purpose only and substitute it for RDB$DATABASE.
>
> Don't know about it being 'newly' recommended, I've always done this.
>
> create table dummy
> (
> id integer not null;
> );
> insert into dummy values(1);
Martijn Tonies
InterBase Workbench - the developer tool for InterBase and Firebird
http://www.interbaseworkbench.com
Upscene Productions
http://www.upscene.com
"This is an object-oriented system.
If we change anything, the users object."