Guest User

Untitled

a guest
May 26th, 2018
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.34 KB | None | 0 0
  1. INSERT
  2. INTO law_lsw_nav ( title , topicID, childOfID )
  3. SELECT law_lsw_topic.title, law_lsw_topic.id , law_lsw_nav.ID
  4. FROM (law_lsw_categoryTopic INNER JOIN law_lsw_nav ON law_lsw_categoryTopic.categoryID = law_lsw_nav.categoryID) INNER JOIN law_lsw_topic ON law_lsw_categoryTopic.topicID = law_lsw_topic.id
  5. WHERE (((law_lsw_topic.publish) =1));
Add Comment
Please, Sign In to add comment