diff options
Diffstat (limited to 'sql/custom_get_by_ident.sql')
-rw-r--r-- | sql/custom_get_by_ident.sql | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/custom_get_by_ident.sql b/sql/custom_get_by_ident.sql new file mode 100644 index 0000000..6954615 --- /dev/null +++ b/sql/custom_get_by_ident.sql @@ -0,0 +1 @@ +select * from custom_fields where server_id=:server_id: and ident=:ident: and value like(:pattern:);
\ No newline at end of file |