Answer the question
In order to leave comments, you need to log in
How to pass multiple insert commands to a query?
The language is fundamental. I think the problem is common.
There is a request:
List<List<dynamic>> result = await connection.query("""
DELETE
FROM t1
WHERE "aaa"='123';
DELETE
FROM t2
WHERE "bbb"='123';
""");
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question