python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
SQL Query a table and use LPAD for one column with dtype (smallint) to return values with leading 0's
There's about 25 columns and I want to query them all while formatting this one column to include leading zeros.
i.e
julianday = 5
I want the data to show 005
julianday = 145
I want the data to show 1...
Number1Rock
Votes: 0
Answers: 1