Untitled

 avatar
unknown
plain_text
2 years ago
165 B
4
Indexable
-- Simpel forespørgsel i MySQL
SELECT * FROM employees WHERE employee_id = 1;

-- Simpel forespørgsel i Oracle
SELECT * FROM employees WHERE employee_id = 1;
Editor is loading...
Leave a Comment