convert date format
Summary:
Need help with date formatting
Content (required):
substr(fleff.attribute_char5, 1, 10) to only display as MM-DD-YYYY
Below is the query:
SELECT
substr(fleff.attribute_char5, 1, 10) EAAD,
fleff.attribute_char5
FROM doo_fulfill_lines_eff_b fleff
Version (include the version you are using, if applicable):
Code Snippet (add any code snippets that support your topic, if applicable):
Tagged:
0