Link to home
Start Free TrialLog in
Avatar of vbnetcoder
vbnetcoder

asked on

What is the best way to convert a sql statement from one format to another? What function should i use?

What is the best way to convert a  sql statement from one format to another? What function should i use?
Avatar of Jim Horn
Jim Horn
Flag of United States of America image

Depends.  Define 'one format' and 'another'.
Convert a SQL statement? Or do you mean convert data from a column?
Avatar of vbnetcoder
vbnetcoder

ASKER

I have a date in my database as one format and want it to display in another

MM/DD/YY

TO

YYYY/MM
ASKER CERTIFIED SOLUTION
Avatar of Vitor Montalvão
Vitor Montalvão
Flag of Switzerland image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
ty