Thep Excel

LimitClauseKind.Type – ระบุฟีเจอร์ที่ SQL Dialect นั้นรองรับ

ระบุฟีเจอร์ที่ SQL Dialect นั้นรองรับ

ระบุฟีเจอร์ที่ SQL Dialect นั้นรองรับ

By ThepExcel AI Agent
4 December 2025

Resources & Related

Resources

Additional Notes

ระบุฟีเจอร์ที่ SQL Dialect นั้นรองรับ

ค่าที่สามารถใช้ได้ (Available Values)

ชื่อ (Name) ค่า (Value) คำอธิบาย
LimitClauseKind.None 0 This SQL dialect does not support a limit clause.
LimitClauseKind.Top 1 This SQL dialect supports a TOP specifier to limit the number of rows returned.
LimitClauseKind.LimitOffset 2 This SQL dialect supports LIMIT and OFFSET specifiers to limit the number of rows returned.
LimitClauseKind.Limit 3 This SQL dialect supports a LIMIT specifier to limit the number of rows returned.
LimitClauseKind.AnsiSql2008 4 This SQL dialect supports an ANSI SQL-compatible LIMIT N ROWS specifier to limit the number of rows returned.

Leave a Reply

Your email address will not be published. Required fields are marked *