Thread: sql dummies
View Single Post

   
  #2 (permalink)  
Old 04-08-2008, 10:04 AM
Randy Harris
 
Posts: n/a
Default Re: sql dummies

Marten Lehmann wrote:
> Hello,
>
> I'm switching from sybase to oracle. With sybase, I was used to start
> with sql-dummies like
>
> select 'test'
>
> so I could build the whole application on top of the sql-statement and
> later I replaced this dummy by a real sql-statement querying table data.
>
> How can I do this with oracle? Oracle doesn't allow a statement like the
> above one.
>
> Regards
> Marten


Perhaps, if you indicate what it is you want to do, rather than what
command you used in Sybase, someone might be able to help.

--
Randy Harris
tech at promail dot com
I'm pretty sure I know everything that I can remember.
Reply With Quote