Función SPLIT

1
2
IF OBJECT_ID('fnSplit') IS NOT NULL
DROP FUNCTION fnSplit
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
Regresa cadena string en forma de tabla....USO SELECT * FROM dbo.fnSplit('a,b',',')

Be the first to comment

You can use [html][/html], [css][/css], [php][/php] and more to embed the code. Urls are automatically hyperlinked. Line breaks and paragraphs are automatically generated.