提交 d8d00627 编写于 作者: R RiedNyko

Symbol for simple SELECT query from templates #5563

Former-commit-id: 3369e58a
上级 36872743
......@@ -28,6 +28,6 @@
<template id="org.jkiss.dbeaver.templates.scob" autoinsert="true" context="sql" description="select with order by" enabled="true" name="sob">select * from ${table} t order by ${column};</template>
<template id="org.jkiss.dbeaver.templates.sf" autoinsert="true" context="sql" description="select * from " enabled="true" name="sf">select * from ${table}</template>
<template id="org.jkiss.dbeaver.templates.sf" autoinsert="true" context="sql" description="select * from " enabled="true" name="sf">select * from ${table};</template>
</templates>
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册