Using MYSQL transform how would I convert a date field mm/dd/yyyy to mm/yyyy?
gbennett
⚪️
in Connectors
Using MYSQL transform how would I convert/create a date field changing mm/dd/yyyy to mm/yyyy?
0
Best Answer
-
If you're using a BeastMode formulat for this, the format would be something like this:
DATE_FORMAT(`Date Field`, '%m/%Y')
Or if you're doing a transform, you can just add this into your select statement like this:
SELECT DATE_FORMAT(`Date Field`, '%m/%Y') AS 'New Date' FROM Table
If you're field is a text field and you need to convert to a date before formatting you can do something like this:
DATE_FORMAT(STR_TO_DATE(`Date Field`,'%m/%d/%Y'), '%m/%Y')
Let me know if you have any questions. Hope this helps.
**Please mark "Accept as Solution" if this post solves your problem
**Say "Thanks" by clicking the thumbs up if this post helped you.1
Categories
- 7.3K All Categories
- 13 Getting Started in the Community
- 137 Beastmode & Analytics
- 1.8K Data Platform & Data Science
- 53 Domo Everywhere
- 2K Charting
- 997 Ideas Exchange
- 900 Connectors
- 236 Workbench
- 342 APIs
- 76 Apps
- 19 Governance & Productivity
- 233 Use Cases & Best Practices
- 49 News
- 473 Onboarding
- 572 日本支部