MySQL tutorial 8 - Where Not

preview_player
Показать описание
This video covers the NOT operator in MySQL. I also make use of a double negative. :D

Don't forget to tell them I sent you.

Follow me on social media:

Become a Patron:

Subscribe to my Vlog channel:

Subscribe to this channel:

Please note:
I do not offer web development services, private tutoring, or "assistance" on school or university projects. I am not an online support service, and I'm not interested in setting up a "start up" business with viewers.
Рекомендации по теме
Комментарии
Автор

it's nice quick and simple
i like it a lot and i'll share a video daily on my twitter
keep it going on Quentin

yasseryassin
Автор

Cool one, I really like the tutorials!

andre
Автор

Btw I think is better to use "!=" like in another programming languages!

andre
Автор

UPDATE `business_products` SET `p_qty` =p_qty-$p_qty WHERE `p_name` = $p_name AND `bus_mobile` = $bus_mobile

above query showing messages that
PHP Fatal error: Uncaught mysqli_sql_exception: Unknown column 'Potato' in 'where clause'

'Potato' comes from $p_name. what to do about $p_name to

Please help

devdootcompany