What are the must-know MYSQL functions (like IF etc..,) which every web developer should know?
My favorite:
INSERT ... SELECT
It allows me to bypass heavy PHP code to fetch data from one table, manipulate it and insert into another.
i'd say:
CREATE VIEW .. AS SELECT
when i have querys that i use all the time, but it's not a function =P
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With