Answer the question
In order to leave comments, you need to log in
Is it possible to fasten Stripe subscribe without Server?
I would like to integrate payment subscriptions using Stripe ( Like here, but without server.js ), but without any involvement of the server/back. Is there such a possibility?
Answer the question
In order to leave comments, you need to log in
SELECT
m.id,
t1.name,
t2.name
FROM matches m
INNER JOIN teams t1 ON m.team1 = t1.id
INNER JOIN teams t2 ON m.team2 = t2.id;
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question