sql语句里的parentid什么意思?

sql="select * from articleclass where parentid=0 order by orders asc,id asc" set rs=server.CreateObject("adodb.recordset") rs.open sql,conn,1,1 if not rs.eof then do while not rs.eof
2026年09月24日 22:25
有2个网友回答
网友(1):

有一个字段叫做parentid

网友(2):

articleclass表里的一个字段