summaryrefslogtreecommitdiffstats
path: root/sql/properties_list_by_string_id.sql
diff options
context:
space:
mode:
authorAlexander Sulfrian <alexander@sulfrian.net>2011-12-07 19:06:52 +0100
committerAlexander Sulfrian <alexander@sulfrian.net>2011-12-07 19:06:52 +0100
commit39081f84a402aebb52d98a43e4675c90135cea9b (patch)
tree9c188a70367774c721b745818b74d059f9ce119c /sql/properties_list_by_string_id.sql
parent2397764dd0e5efa2b613fd22f6bf9c183d07160b (diff)
downloadts3db_postgres-39081f84a402aebb52d98a43e4675c90135cea9b.tar.gz
ts3db_postgres-39081f84a402aebb52d98a43e4675c90135cea9b.tar.xz
ts3db_postgres-39081f84a402aebb52d98a43e4675c90135cea9b.zip
added sql files
Diffstat (limited to 'sql/properties_list_by_string_id.sql')
-rw-r--r--sql/properties_list_by_string_id.sql1
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/properties_list_by_string_id.sql b/sql/properties_list_by_string_id.sql
new file mode 100644
index 0000000..c75e461
--- /dev/null
+++ b/sql/properties_list_by_string_id.sql
@@ -0,0 +1 @@
+select * from :tablename: where string_id = :string_id:; \ No newline at end of file