Resolved! Syntax Error in Database View when joining the kb_knowledge to kb_use table
I am trying to create a database view that joins the kb_knowledge to the kb_use table. The purpose of this is for performance analytics. However, whenever I add kb_use and the where clause of kb.sys_id = use.article, I'm getting a syntax error. Synta...
