mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-06 18:21:39 +09:00
Add more tests for table alias handling (#1956 보완)
This commit is contained in:
parent
b8641c3501
commit
8b611e9d08
3 changed files with 11 additions and 5 deletions
|
|
@ -1,6 +1,6 @@
|
|||
<query id="selectTest2" action="select">
|
||||
<tables>
|
||||
<table name="documents" />
|
||||
<table name="documents" alias="d" />
|
||||
</tables>
|
||||
<columns>
|
||||
<column name="readed_count + trackback_count" alias="count" />
|
||||
|
|
|
|||
|
|
@ -1,6 +1,7 @@
|
|||
<query id="updateTest" action="update">
|
||||
<tables>
|
||||
<table name="documents" />
|
||||
<table name="comments" alias="c" />
|
||||
</tables>
|
||||
<columns>
|
||||
<column name="member_srl" var="member_srl" filter="number" default="0" />
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue