Guest User

Untitled

a guest
Jun 23rd, 2018
100
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.35 KB | None | 0 0
  1. SELECT REVERSE( SUBSTRING_INDEX( SUBSTRING( `introtext` , INSTR( `introtext` , '<h4>' ) +8 + CHAR_LENGTH( SUBSTRING_INDEX( SUBSTRING_INDEX( SUBSTRING( `introtext` , INSTR( `introtext` , '<h4>' ) +4 ) , '<', 2 ) , '&', 1 ) ) ) , '<', 1 ) ) into @reverse_text
  2. FROM qwgai_content
  3. WHERE `fulltext` LIKE '%table%'
  4. AND `title` NOT LIKE '%prototip%'
Add Comment
Please, Sign In to add comment