Answers for "how to put 0 or 000 depending IDCustomer length in sql server"

SQL
0

how to put 0 or 000 depending IDCustomer length in sql server

SELECT FORMAT(EmployeeID, '000000')
FROM dbo.RequestItems
WHERE ID=0
Posted by: Guest on May-11-2020

Code answers related to "how to put 0 or 000 depending IDCustomer length in sql server"

Code answers related to "SQL"

Browse Popular Code Answers by Language