Skip to content
Snippets Groups Projects
Commit 97cb49a5 authored by Safyrus's avatar Safyrus
Browse files

add basic sql request

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