SQLCLR:
SELECT [dbo].[UsaPhoneRandom] (<@usaPhone, nvarchar(4000)>)
Data: numeric USA Phone (can contain separators). Length without separators - 10 digits.
Generic USA Phone of the same format as input (nvarchar(MAX))
Returns an empty string when passing empty or NULL value. Fails on digits count less or more than 10
SQLCLR:
SELECT [dbo].[UsaPhoneRandom] ('898.456.4456')
CLR Reference: US Phone Nu
Copyright © 2025 Hush-Hush. All rights reserved
Copyright © 2025 Hush-Hush.
All rights reserved