Forum: Oracle Jul 27th, 2008 |
| Replies: 2 Views: 938 Hello
if you want to get an oracle developer you probably become fond of this site:
http://st-curriculum.oracle.com/tutorial/SQLDeveloper/index.htm
Also full oracle documentation is available... |
Forum: Oracle Jul 25th, 2008 |
| Replies: 1 Views: 2,119 Hi,
you may try:
select * from yourtable where TO_CHAR(your_date, 'MM') in ('01', '03',... ,'12')
krs,
tesu |
Forum: Oracle Jul 12th, 2008 |
| Replies: 1 Views: 1,274 Hi varun077,
Most of your questions including your several performance and maintenance issues will simply get solved if you (re-)design a true relational datamodel based on correct relationships... |