2 lines
76 B
MySQL
2 lines
76 B
MySQL
|
/*Write a query to display sum of two numbers 10 and 15.*/
|
||
|
SELECT 10 + 15;
|