i was using sql before but now iam using Mysql i need to know how to print the variable.
In Sql
Declare @name varachar(50)
set @name ='xxxxxxx'
print @name
the result will be xxxxxxx. How to get this output in mysql.
i was using sql before but now iam using Mysql i need to know how to print the variable.
In Sql
Declare @name varachar(50)
set @name ='xxxxxxx'
print @name
the result will be xxxxxxx. How to get this output in mysql.