is varchar same as string?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-11-2022 02:00 AM
HI,
I want to create a field on table with type varchar?
I cannot find varchar....
Is it same as string?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-11-2022 02:13 AM
Hello Akki,
Yes string is the variable type you can use for var char.
Please find more details about Service catalog variables in below link:
Please mark my answer correct/helpful if applicable.
BR,
Nayan
Best Regards,
Nayan Dhamane
ServiceNow Community Rising Star 2023.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-11-2022 02:24 AM
STRING: It is a sequence of characters that can be expressed using single quotes ( ' ) as well as double quotes ( " ). VARCHAR: It is variable-length character type. It is defined using a length specifier, which specifies the maximum number of characters allowed in the character string.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-11-2022 02:25 AM
Yes varchar can be though as equal to string in ServiceNow