-
Is there a way to add a new column to a datatable that is based on a function of another column? |
Beta Was this translation helpful? Give feedback.
Answered by
st-pasha
Oct 21, 2020
Replies: 1 comment 2 replies
-
Yes, you can either use an assignment statement, or the
where
|
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
st-pasha
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Yes, you can either use an assignment statement, or the
update()
function:where
<expression>
is any formula involving other columns. For example: