Hello, Im having a very hard time creating this SQ...
# orm-help
j
Hello, Im having a very hard time creating this SQL statement with Prisma. Would anyone know how it can be done?
Copy code
SELECT *
FROM "token"
INNER JOIN "user" u on u.user_id = token.user_id
WHERE u.email = '<mailto:abc@abc.com|abc@abc.com>'