2 lines
80 B
MySQL
2 lines
80 B
MySQL
|
/*Write a query to display three numbers in three columns.*/
|
||
|
SELECT 5, 10, 15;
|