You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
SELECT
j.ID,
j. STATUS,
j.JOB_USER,
j.TYPE,
j.JOB_LEVEL,
j.JOB_CREATETIME,
j.SHARDTIME,
j.BEFORE_USER,
j.EXE_USER,
r.RELEASEDATE,
r.INNERCODE,
r.TITLE,
r.SECONDTITLE,
r.MEDIASOURCE
FROM
table1 j,
table2 r
WHERE
j.ID = r.JOB_ID
AND j.JOB_USER IN (
50063730,
1,
1645,
2,
3206, 5003227,
50020450,
2066,
50086076
)
AND j.TYPE <> 1
AND j. STATUS IN (1, 5, 6)
ORDER BY
SHARDTIME DESC,
JOB_LEVEL DESC
Please answer these questions before submitting your issue. Thanks!
Which version of Sharding-Jdbc do you using?
1.5.0
Expected behavior
Support complex sql
Actual behavior
not contains " <> "
Steps to reproduce the behavior
Please provide the reproduce example codes (such as github link) if possible.
The text was updated successfully, but these errors were encountered: