Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
クエリから 15 行を表示したいのですが、最初の 15 行ではありませんか?
SELECT Abgänge.Vorgang, Abgänge.Date_SW_Drucken FROM Abgänge WHERE Abgänge.Bezahlung = "Bar" LIMIT 34,15;
これを変換して 2010 にアクセスするにはどうすればよいですか?
制限:
LIMIT from_record-1, count_record