mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-04 17:21:39 +09:00
delete쿼리에서 notnull 옵션 추가
This commit is contained in:
parent
de992b7092
commit
d7a66c6c01
2 changed files with 2 additions and 2 deletions
|
|
@ -3,6 +3,6 @@
|
|||
<table name="member_devices" />
|
||||
</tables>
|
||||
<conditions>
|
||||
<condition operation="equal" column="device_token" var="device_token" />
|
||||
<condition operation="equal" column="device_token" var="device_token" notnull="notnull" />
|
||||
</conditions>
|
||||
</query>
|
||||
|
|
|
|||
|
|
@ -8,6 +8,6 @@
|
|||
</columns>
|
||||
<conditions>
|
||||
<condition operation="in" column="member_srl" var="member_srl" notnull="notnull" />
|
||||
<condition operation="in" column="device_type" var="device_type" notnull="notnull" />
|
||||
<condition operation="in" column="device_type" var="device_type" notnull="notnull" pipe="and" />
|
||||
</conditions>
|
||||
</query>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue