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 |