Advertisement
Guest User

Untitled

a guest
Aug 17th, 2014
201
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.37 KB | None | 0 0
  1. usuario@wicope:~$ echo "USE BD_wicope;INSERT INTO categories_i18n VALUES (1,86,NULL,NULL,NULL,NULL,NULL,NULL),(2,86,NULL,NULL,NULL,NULL,NULL,NULL);" | mysql --user=root --password=xxx
  2. usuario@wicope:~$ echo "USE BD_wicope; select * from categories_i18n where title IS NULL;" | mysql --user=root --password=xxx
  3.  
  4. No muestra nada, también lo intenté con null en minusculas.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement