Skip to content
Snippets Groups Projects
Commit 891a00bd authored by Safyrus's avatar Safyrus
Browse files

modif request

parent b6e6d25c
Branches
No related tags found
No related merge requests found
SELECT *
SELECT name
from game
where name LIKE '%Mario%' OR alias LIKE '%Mario%';
SELECT *
SELECT name
from company
where location_country LIKE '%Japan%';
SELECT *
SELECT name
from platform
where install_base > 10000000;
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment