Skip to content

Commit 576070f

Browse files
authored
Update cast.md
1 parent fb2f4df commit 576070f

File tree

1 file changed

+1
-1
lines changed
  • server/reference/sql-functions/string-functions

1 file changed

+1
-1
lines changed

server/reference/sql-functions/string-functions/cast.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ The type can be one of the following values:
3030
* SIGNED \[INTEGER]
3131
* UNSIGNED \[INTEGER]
3232
* [TIME](../../data-types/date-and-time-data-types/time.md)
33-
* [VARCHAR](../../data-types/string-data-types/varchar.md) (in [Oracle mode](https://app.gitbook.com/s/aEnK0ZXmUbJzqQrTjFyb/community-server/about/compatibility-and-differences/sql_modeoracle))
33+
* [VARCHAR](../../data-types/string-data-types/varchar.md)
3434

3535
The main difference between `CAST` and [CONVERT()](convert.md) is that [CONVERT(expr,type)](convert.md) is ODBC syntax while `CAST(expr as type)` and [CONVERT(... USING ...)](convert.md) are SQL92 syntax.
3636

0 commit comments

Comments
 (0)