Guest User

Untitled

a guest
Jun 24th, 2018
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. SQL query: Documentation
  2.  
  3. SELECT IF @total IS NULL
  4. THEN SET @total :=0;
  5.  
  6. MySQL said: Documentation
  7. #1064 - You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '@total IS NULL THEN SET @total := 0' at line 1
Add Comment
Please, Sign In to add comment