Thread: sql dummies
View Single Post

   
  #1 (permalink)  
Old 04-08-2008, 10:04 AM
Marten Lehmann
 
Posts: n/a
Default sql dummies

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
Reply With Quote