Windows Batch Script : substring
Windows Batch Script : substring
SET "_test=123456789abcdef0"
::처음 5글자
SET "_result=%_test:~0,5%"
ECHO %_result% =12345
::7글자 … 더보기 SET "_test=123456789abcdef0"
::처음 5글자
SET "_result=%_test:~0,5%"
ECHO %_result% =12345
::7글자 … 더보기 declare @rettotcount int;
exec usp_test '2022-01-01', '2024-12-01', -1, 'skyer9', @rettotcount = … 더보기