Guest User

Untitled

a guest
Jan 21st, 2019
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. SELECT * FROM `product_description` WHERE CHAR_LENGTH (description) > 250
  2. SELECT * FROM `product_description` WHERE LENGTH (description) > 250
  3.  
  4. Function table.name CHAR_LENGTH does not exist
  5. Function table.name LENGTH does not exist
Add Comment
Please, Sign In to add comment