Please can some one explain to me the meaning of quotation marks on the
data and time functions
''SELECT * FROM MYTABLE WHERE MYDATE >= ''' + ''01/31/2012'' + '' ' ''
''SELECT * FROM MYTABLE WHERE MYDATE >= ''' +
(DT_WSTR, 255)@[System::ContainerStartTime] + '' ' ''
SELECT * FROM MYTABLE WHERE MYDATE >= ''02/22/2012 2:28:40 PM'
The above statements on the quotation mark are not making sense to me despite the explanation given on the book
