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

modif request

parent b6e6d25c
No related branches found
No related tags found
No related merge requests found
SELECT * SELECT name
from game from game
where name LIKE '%Mario%' OR alias LIKE '%Mario%'; where name LIKE '%Mario%' OR alias LIKE '%Mario%';
SELECT * SELECT name
from company from company
where location_country LIKE '%Japan%'; where location_country LIKE '%Japan%';
SELECT * SELECT name
from platform from platform
where install_base > 10000000; 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