G
Guest
My database is like so:
record name type new field
1 sam current current-sam
2 bob future bob
3 tom future tom
I am trying to build a query that will create the new field above - if
"type" = "current" then current-"name" otherwise "name".
Thank you in advance.
record name type new field
1 sam current current-sam
2 bob future bob
3 tom future tom
I am trying to build a query that will create the new field above - if
"type" = "current" then current-"name" otherwise "name".
Thank you in advance.