I am doing query conversion from SQL Server to MySQL. So can anyone suggest a website that contains different keywords that will perform the same operation in SQL Server and MySQL respectively?
For example, to get the current time, we will use the following keywords
MSSQL getdate()
MYSQL now()
like this, for all operations I need keywords.
source
share