A
ali
I have a query like this
--------------------------------------------------------------------------------
SELECT Name, B_Day,
FROM peopl
--------------------------------------------------------------------------------
my "B_Day" output looks like this:
12/4/1985
12/4/199
--------------------------------------------------------------------------------
I would like the output to be "yyyy-mm-dd" (1985-4-12), and
I would like it to be "text".
Thanks a lot , experts ! ^_^!
--------------------------------------------------------------------------------
SELECT Name, B_Day,
FROM peopl
--------------------------------------------------------------------------------
my "B_Day" output looks like this:
12/4/1985
12/4/199
--------------------------------------------------------------------------------
I would like the output to be "yyyy-mm-dd" (1985-4-12), and
I would like it to be "text".
Thanks a lot , experts ! ^_^!