× The internal search function is temporarily non-functional. The current search engine is no longer viable and we are researching alternatives.
As a stop gap measure, we are using Google's custom search engine service.
If you know of an easy to use, open source, search engine ... please contact support@midrange.com.



Hi Tony

The following two statements worked perfectly for me, in the first one the 
fields are all 2 digit numeric and in the second one they are all two 
characters.

select * from masonj02/tstpsql                                     
 where ((ncc * 1000000) +                                          
        (nyy * 10000) +                                            
        (nmm * 100) +                                              
        (ndd)) between 19980101 and 19981231                       

select * from masonj02/tstpsql                                     
 where (acc || ayy || amm || add) between '19980101' and '19981231'


All the best

Jonathan


-----Original message-----
From: tony.richardson@xxxxxxxxxxxx
Date: Fri, 11 Mar 2005 12:30:35 +0000
To: midrange-l@xxxxxxxxxxxx
Subject: SQL Between

> I need to run an SQL BETWEEN to compare some date fields. The problem Iâ??m 
> having is our dates are stored in separate fields (century, year, month, and 
> day). I've tried to concatenate the fields together, but that doesn't seem to 
> work.
> 
> Anyone out there done this before?
> 
> 
> 
> 
> --
> Thanks,
> 
> Tony Richardson
> 
> 
> -- 
> This is the Midrange Systems Technical Discussion (MIDRANGE-L) mailing list
> To post a message email: MIDRANGE-L@xxxxxxxxxxxx
> To subscribe, unsubscribe, or change list options,
> visit: http://lists.midrange.com/mailman/listinfo/midrange-l
> or email: MIDRANGE-L-request@xxxxxxxxxxxx
> Before posting, please take a moment to review the archives
> at http://archive.midrange.com/midrange-l.
> 


Jonathan Mason
www.astradyne-uk.com


As an Amazon Associate we earn from qualifying purchases.

This thread ...


Follow On AppleNews
Return to Archive home page | Return to MIDRANGE.COM home page

This mailing list archive is Copyright 1997-2024 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact [javascript protected email address].

Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.