Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.tools -> Re: sql statements for access tables with spaces

Re: sql statements for access tables with spaces

From: Steve Fox <stevefox_at_pressenter.com>
Date: 2000/09/21
Message-ID: <39C97DBD.B01F1B54@pressenter.com>#1/1

Krusty wrote:
>
> I'm trying to do sql statments from ms access tables, like that sample
> northwind database. There is a 'Order Details' table. If I go
> 'select * from Orders Details'
>
> it doesn't work, nor does 'Orders\ Details' or a bunch of other stuff
> I tried, does anyone know what I should do?
>
> Sent via Deja.com http://www.deja.com/
> Before you buy.

Just put the table name in brackets:

select * from [Order Details] Received on Thu Sep 21 2000 - 00:00:00 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US