If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Data Access, Manipulation & Batch Languages > ANSI SQL > Input/output help? (Oracle 9)

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 05-04-04, 03:01
omega omega is offline
Registered User
 
Join Date: May 2004
Posts: 12
Input/output help? (Oracle 9)

Hi there stuck on script which requires SQL to Produce a listing in chronological order of all details except description of any work of art acquired during a particular month. The month details are to be input from the keyboard.I'm unsure of how to do the input script code.

any ideas for this?

Thx
Reply With Quote
  #2 (permalink)  
Old 05-04-04, 05:46
gjlinker gjlinker is offline
Registered User
 
Join Date: Jan 2004
Posts: 9
select * from your_table where to_char(your_date_column,'MM') = &Month;

Hope this helps,

Gerrit-Jan Linker
Author of SQL*XL: the Excel to databases bridge
www.oraxcel.com
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On