Test connection to database
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
SELECT
|
||||
*
|
||||
FROM
|
||||
mpe.isocountry
|
||||
WHERE
|
||||
"iso_id" ilike '%{{Table1.searchText}}%'
|
||||
ORDER BY
|
||||
"{{Table1.sortOrder.column || 'iso_id'}}" {{Table1.sortOrder.order !== "desc" ? "" : "DESC"}}
|
||||
LIMIT
|
||||
{{Table1.pageSize}}
|
||||
OFFSET
|
||||
{{Table1.pageOffset}}
|
||||
Reference in New Issue
Block a user