From 39081f84a402aebb52d98a43e4675c90135cea9b Mon Sep 17 00:00:00 2001 From: Alexander Sulfrian Date: Wed, 7 Dec 2011 19:06:52 +0100 Subject: added sql files --- sql/properties_list_by_string_id.sql | 1 + 1 file changed, 1 insertion(+) create mode 100644 sql/properties_list_by_string_id.sql (limited to 'sql/properties_list_by_string_id.sql') 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 -- cgit v1.2.3