Help needed with IF-ELSE #4359
Unanswered
skalozubio
asked this question in
Q&A
Replies: 1 comment 5 replies
-
You are making a condition on a If it was for the first value of tag, then query would look like:
|
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello.
I'm making a mod for Civilization VI game. The mod translates english texts into Russian.
There is a Table named "LocalizedText". It has columns Tag and Text.
I need:
If Tag = 'LOC_DISTRICT_BATH_DESCRIPTION' AND Text LIKE '%district unique to Rome%'
Then Where Tag = 'LOC_DISTRICT_BATH_NAME' SET Text = 'Aqueduct'
I've tried plenty of times, but I'm new at SQL.
Could you plese help me.
Beta Was this translation helpful? Give feedback.
All reactions