Subject | Re: Firebird Slogan |
---|---|
Author | Adam |
Post date | 2005-04-28T10:40:24Z |
Geoff is right, I was very naughty to use NULL when it is not an
unknown amount. I promise my real databases do not interchange null
and 0 or null and '' !!
I had thought of some alternatives but License_Restrictions and
Administrations = 0 is a bit misleading.
I also did think of the IN ....., but as someone else pointed out, any
of them being true would make the whole lot true.
Maybe a line like
and AvailableOSCount > 10
and FreeForCommercialUse = 'T'
and I could keep going ....
and footprint < 5MB
Adam
unknown amount. I promise my real databases do not interchange null
and 0 or null and '' !!
I had thought of some alternatives but License_Restrictions and
Administrations = 0 is a bit misleading.
I also did think of the IN ....., but as someone else pointed out, any
of them being true would make the whole lot true.
Maybe a line like
and AvailableOSCount > 10
and FreeForCommercialUse = 'T'
and I could keep going ....
and footprint < 5MB
Adam
--- In Firebird-general@yahoogroups.com, "Adam" <s3057043@y...> wrote:
> Maybe something like the shirts would work
>
> Select name
> from RDBMS
> where License_Cost = 0
> and License_Restrictions is null
> and Administration is null
> and Reliabile = 'T'
> and ACID = 'T'
> and Win32 = 'T'
> and MacOS = 'T'
> and Linux = 'T'
> and
>
> hmmm, come to think of it it may get too long for a slogan. Boolean
> datatype would be nice ;)
>
> Adam