GeekArticles
FAQ
Oracle FAQ
FAQ
Oracle FAQUsing Min/Max in where conditions
Hi Tom,
My table is as follows :
CREATE TABLE GAK
(
CURR VARCHAR2(3 BYTE),
POS NUMBER,
LCYPOS NUMBER,
DEALNO NUMBER,
DDATE DATE,
CTIMESTAMP DATE,
CONPOS NUMBER
)
Inserts into this t...
Sponsored Links
Read Next: Insert in NESTED TABLE
Related Topics
Subscribe via RSS
Oracle FAQ
- Synchronize data from remote location
- Oracle Fundamentals
- How to connect SQLPlus without tnsnames.ora
- Best Practices for App Server Keep Alive
- bind variables in triggers
- how to avoid outer joins
- One 900 column table versus ten 90 column tables.
- Does select generate undo ?
- Performance Question
- Help analyze statspack report
