Quantcast
Channel: MirrorSync by 360Works Latest Topics
Viewing all articles
Browse latest Browse all 492

SQL Statement CASE?

$
0
0

In version 2 i had some mirrorsync customization like

WHEN MIRRORSYNC_USERTOKEN = 100

       FIND DATE > '2014-01-01'

ELSE, WHEN MIRRORSYNC_USERTOKEN = 200

       FIND USER = 200

ELSE, WHEN MIRRORSYNC_USERTOKEN = 900

       FIND ALL

ELSE

      FIND TODAY.

END WHEN

how could this combination could been realized as SQL Statement? normally i use CASE for it but there is no documentation on that.

maybe somebody could help me how to realize that?

 

thank you.


Viewing all articles
Browse latest Browse all 492

Trending Articles