Newbies ThomasK Posted March 29, 2017 Newbies Posted March 29, 2017 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.
Recommended Posts
This topic is 2794 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now