Skip to content

Commit 2a84ba6

Browse files
mneedhamBlargian
andauthored
Update docs/guides/developer/dynamic-column-selection.md
Co-authored-by: Shaun Struwig <[email protected]>
1 parent bb03eb7 commit 2a84ba6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/guides/developer/dynamic-column-selection.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ FROM nyc_taxi.trips;
155155

156156
## Replacing columns {#replacing-columns}
157157

158-
So far so good. But let’s say we want to adjust one of the values, while leaving the other ones as they are. For example, maybe we want to double the total amount and divide the MTA tax by 1.1. We can do that by using the REPLACE clause, which will replace a column while leaving the other ones as they are.
158+
So far so good. But let’s say we want to adjust one of the values, while leaving the other ones as they are. For example, maybe we want to double the total amount and divide the MTA tax by 1.1. We can do that by using the [`REPLACE`](/sql-reference/statements/select#replace) modifier, which will replace a column while leaving the other ones as they are.
159159

160160
```sql
161161
FROM nyc_taxi.trips

0 commit comments

Comments
 (0)