MySQL Forums
Forum List  »  Stored Procedures

Convert() function in MsSql
Posted by: Ewert Cloete
Date: October 29, 2005 03:28AM

What function in MySql 5.x can do what the Convert() function does in MsSql.

I have a MsSql stored procedure to convert into MySql syntax .... here is the one i am battling with

In Microsft sql its :
CONVERT(CHAR(8),@StartDate,10)

What function in MySql will give me the same result?

Thanks in advance

Options: ReplyQuote


Subject
Views
Written By
Posted
Convert() function in MsSql
12674
October 29, 2005 03:28AM
6120
October 29, 2005 03:38AM
2633
February 10, 2009 04:30AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.