Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Usenet -> c.d.o.misc -> Re: Define a job to run once an year
ak_tiredofspam_at_yahoo.com wrote:
>>>A better example is the engine serial number used by a manufacturer
SQL> SELECT DISTINCT SUBSTR(zip_code,1,2)
2 FROM zips
3 WHERE state_abbrev = 'WA';
SU
-- 98 99 SQL> ed Wrote file afiedt.buf 1 SELECT DISTINCT SUBSTR(zip_code,1,2) 2 FROM zips 3* WHERE state_abbrev = 'NY' SQL> / SU -- 06 (while most of 06 is CT, Fishers Island is NY 10 11 12 13 14 6 rows selected. SQL> -- Daniel A. Morgan University of Washington damorgan_at_x.washington.edu (replace 'x' with 'u' to respond)Received on Mon Dec 27 2004 - 11:45:27 CST