Browse Source

删除文件

xormplus 10 years ago
parent
commit
33b5b46aa8
1 changed files with 0 additions and 7 deletions
  1. 0 7
      sql/oracle/select.example.stpl

+ 0 - 7
sql/oracle/select.example.stpl

@@ -1,7 +0,0 @@
-select id,title,createdatetime,content 
-from article where  
-{% if count>1%}
-id=?id
-{% else%}
-userid=?userid
-{% endif %}