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)
extract full month name from date in redshift
What a quick way to extract the full month name from a date in redshift.
2022-01-01 ->> January
marcia12
Votes: 0
Answers: 1
How can I split data day-wise?
So my data looks something like this:
Created_at.
Updated_at.
1-1-2022 23:40
2-1-2022 24:20
2-1-2022 24:50
2-1-2022 01:15
3-1-2022 22:10
4-1-2022 24:30
I have to calculate the duration...
Lazy Ninja
Votes: 0
Answers: 0
Can we schedule multiple sql queries in Redshift?
Is that possible to schedule multiple queries in Redshift?
MonkeyDLuffy
Votes: 0
Answers: 0
Error "declared column type INT for column id incompatible with ORC file column type string query" when copy orc to Redshift
Error "declared column type INT for column id incompatible with ORC file column type string query" when copy orc to Redshift using the command:
from 's3://'
iam_role 'role'
format as orc;
...
lucaspompeun
Votes: 0
Answers: 1