Answers for "sql query number field 5 digit pad with zeros"

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 "SQL"

Browse Popular Code Answers by Language