Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
S
search
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
曲欣亮
search
Commits
3bb7b8c3
Commit
3bb7b8c3
authored
Jul 15, 2019
by
Quxl
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
x
parent
a0192f89
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
0 deletions
+3
-0
create-index-query.sql
src/main/resources/sql/house/create-index-query.sql
+1
-0
delete-index-query.sql
src/main/resources/sql/house/delete-index-query.sql
+1
-0
update-index-query.sql
src/main/resources/sql/house/update-index-query.sql
+1
-0
No files found.
src/main/resources/sql/house/create-index-query.sql
View file @
3bb7b8c3
...
...
@@ -48,6 +48,7 @@ FROM #__tmp a, (
AND a.nItem = b.nItem
SELECT
id = r.nRoomID,
PropertyID = a.nPropertyID,
PropertyName = p.sPropertyName,
HouseID = a.nHouseID,
...
...
src/main/resources/sql/house/delete-index-query.sql
View file @
3bb7b8c3
...
...
@@ -48,6 +48,7 @@ FROM #__tmp a, (
AND a.nItem = b.nItem
SELECT
id = r.nRoomID,
PropertyID = a.nPropertyID,
PropertyName = p.sPropertyName,
HouseID = a.nHouseID,
...
...
src/main/resources/sql/house/update-index-query.sql
View file @
3bb7b8c3
...
...
@@ -48,6 +48,7 @@ FROM #__tmp a, (
AND a.nItem = b.nItem
SELECT
id = r.nRoomID,
PropertyID = a.nPropertyID,
PropertyName = p.sPropertyName,
HouseID = a.nHouseID,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment