CWHITE
January 10, 2024, 8:47pm
1
Is there a way to take a SQL tag history query that would then, when exported to .csv could break out the timestamp column into two columns? One for date and one for time?
Show us how you're retrieving the data.
If you're using a tag history binding then you'll need a script transform.
If you're writing your own SQL query you can use SQL's CONVERT function.
W3Schools offers free online tutorials, references and exercises in all the major languages of the web. Covering popular subjects like HTML, CSS, JavaScript, Python, SQL, Java, and many, many more.
W3Schools offers free online tutorials, references and exercises in all the major languages of the web. Covering popular subjects like HTML, CSS, JavaScript, Python, SQL, Java, and many, many more.