My question is the one stated in the title: "Is the same to use || instead OR and && instead of AND in MYSQL?"
I know that normally you use "AND" or "OR" as comparison operators in SQL but it (seems that) work also "&&" and "||" (like in Java/Javascript etc.) in MYSQL. Is that correct?
Thank you for the aclaration
