<!doctype html>
<html lang="zh-cn">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge, chrome=1">
    <meta name="renderer" content="webkit">
    <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
    <meta name="applicable-device" content="pc,mobile"><title>提示信息</title>
<style>
body {
    background-color:#f8f9fc;
    font-family: Arial;
    font-size: 12px;
    line-height:150%;
}
.main {
    background-color: #ffffff;
    font-size: 14px;
    color: #333333;
    width: 650px;
    margin: 80px auto 0;
    border-radius: 8px;
    padding: 20px;
    list-style: none;
    border: 1px solid #e8e8e8;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    line-height: 1.5;
    transition: all 0.3s ease;
}

.main p {
    margin: 16px 0;
    color: #444444;
}

.main a {
    color: #1890ff;
    text-decoration: none;
    transition: color 0.3s;
}

.main a:hover {
    color: #40a9ff;
    text-decoration: underline;
}
.main p {
    line-height: 18px;
    margin: 10px 20px;
}
a {
    color: #333333;
}
@media (max-width: 768px) {
    .main{
        width: unset;   
    }
}
</style>
</head>
<body>
<div class="main">
<p>SELECT gid,title FROM emlog_blog WHERE hide='n' AND type='blog' AND gid!= AND gid IN (0) ORDER BY views DESC LIMIT 0,10<br /><br />error: 1064 , You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'AND gid IN (0) ORDER BY views DESC LIMIT 0,10' at line 1</p><p><a href="javascript:history.back(-1);">&larr; 点击返回</a></p></div>
</body>
</html>