Skip to main content

Command Palette

Search for a command to run...

SQL : group results only by date and not date time

Published
1 min read
S

I love learning about technology and sharing that with others

select trunc(DATE_ADDED),count(*) from RESULTS
where MERCHANT_ID='test123'
group by  trunc(DATE_ADDED);
7 views

More from this blog

H

hashcodehub

271 posts

Consistent, Passionate and Organized :)