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)
Why is my professor saying storing Dates as Dates are incorrect?(Varchar)
I am taking a course at a public uni in the US. Currently, we are learning databases(mySQL) where we are storing dates in ISO format: (2020-01-29), I was originally storing them as Dates, because I as...
James Radcliff
Votes: 0
Answers: 0
Convert Varchar date format from yyyy-MM-dd to yyyyMMdd in SQL
Hi I am trying to convert Varchar date format from yyyy-MM-dd to yyyyMMdd in SQL.I tried the below approaches but nothing is working.
Declare @doj VARCHAR(10)
Set @doj='2022-01-01'
Select convert (VA...
learner123
Votes: 0
Answers: 2
From Varchar to Nvarchar with 'N' prefix
I have a table with thousands of rows. One of the columns does not read the values correctly. Some letters cannot be recognised and thus changed to some symbols like in the attached screenshot. I foun...
Farkhod Giyasov
Votes: 0
Answers: 1
Loopback 4 - Is it possible to define id property's length?
Using LB4 + MySQL DB through loopback-connector-mysql to create tables on DB.
A
{id: string, name: string}
id
names
0007bc40-814b-11ec-8128-4df48bd1ae4d
John
0007bc40-814b-11ec-8128-4df48bd1...
Alex Corregidor
Votes: 0
Answers: 1