How do I combine 3 date columns from 3 tables in Foxpro sql?
        Posted  
        
            by Tass-man
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Tass-man
        
        
        
        Published on 2010-04-30T06:37:53Z
        Indexed on 
            2010/04/30
            6:47 UTC
        
        
        Read the original article
        Hit count: 327
        
I am writing a foxpro sql & need to combine three date columns from three different tables into a new date column. As an example if the three tables are A,B,& C and the date Columns are Adate, Bdate and Cdate, how do I combine them as distinct and separate dates into a column called TransDate and in the SQL? I would appreciate samples of the code if possible, as I am very new at this
© Stack Overflow or respective owner