> From: Claude Schneegans
> I'm not too familiar with MSSQL, can someone tell me what
> would be the equivalent for the line "page2.dateMaj >
> page1.dateMaj AS modif" and possibly an alternative that
> would work in both cases?

What's it meant to return?

I presume you want to have it so that it returns 1 or true when
page2.dateMaj is greater than page1.dateMaj

CASE page2.dateMaj > page1.dateMaj THEN '1' ELSE '0' END AS modif

Note that you can put whatever you want in place of the '1' and '0'
[Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

Reply via email to