This website requires JavaScript.
Explore
Help
Sign In
verdnatura
/
salix
Watch
3
Star
4
Fork
You've already forked salix
0
Code
Issues
Pull Requests
59
Releases
Wiki
Activity
2097a46c19
salix
/
print
/
templates
/
email
/
cmr
/
sql
/
cmr.sql
6 lines
109 B
SQL
Raw
Blame
History
SELECT
t
.
id
ticketFk
,
c
.
id
FROM
ticket
t
JOIN
cmr
c
ON
c
.
id
=
t
.
cmrFk
WHERE
t
.
id
=
?
View Git Blame
Copy Permalink