Hi,
How do I make a condition for a DateTime field?
The SQL that I use for it is:
select..
from..
where...anddatePart(hh, myDateTimefield)> 10
Thank you!!
For a Conditional split, in the condition you would put your condition. Example: Col1 == 1
This would cause any column with a value of 1 to go to that output. Anything not matching any one of the conditions would go to the default output.
Options are:
== (Double =)
<=
>=
!=
See BOL for Conditional Split help.
No comments:
Post a Comment