"Pit Mueller" <[EMAIL PROTECTED]> writes:
> MS SQL Server uses a quite elegant method for using field names and table
> names:
> select [field] from [table]
> f.ex. select [my field] from [the big table]
One man's "elegant" is another's "ugly and nonstandard".
> PostgreSQL 8.0 should support th
The following bug has been logged online:
Bug reference: 1364
Logged by: Pit Mueller
Email address: [EMAIL PROTECTED]
PostgreSQL version: 8.0
Operating system: WINXP
Description:using field names or table names with blanks
Details:
MS SQL Server uses a quite elegant