Query Template
Less than 1 minute
Query Template 관련
설정 위치
[환경설정]
> [편집기]
> [SQL 편집기]
> [탬플릿]
탬플릿 목록
name | context | description |
---|---|---|
swhere | SQL | select * from ${table} where 1=1 and ${column}=${value}; |
sob | SQL | select * from ${table} where 1=1 order by ${column} |