• Instructions to Ask a Question

    For any assistance, please click the "Ask a Question" button and select the Pabbly product for which you require support.

    We offer seven comprehensive applications designed to help you efficiently manage and grow your business:

    Our support team endeavors to respond within 24 business hours (Monday to Friday, 10:00 AM to 6:00 PM IST). We appreciate your understanding and patience.

    🚀 Exclusive Lifetime Offers 🚀

    We invite you to take advantage of our special one-time payment plans, providing lifetime access to select applications:

    • 🔥 Pabbly Connect — Lifetime Access for $249View Offer
    • 🔥 Pabbly Subscription Billing — Lifetime Access for $249View Offer
    • 🔥 Pabbly Chatflow — Lifetime Access for $249View Offer

    Make a one-time investment and enjoy the advantages of robust business management tools for years to come.

How can I use where AND to update rows with mysql

Status
Not open for further replies.

mcadenas

Member
How can I Use "AND" to update rows with mysql for example:

order_status_id=39 where order_id= (3.text formater by pabbly tex parser) AND total=(2.text formater by pabbly tex parser) and order_status_id= 2



Thanks!
 
P

Pabblymember11

Guest
Hey @mcadenas

For your concern, you can use the "Get Rows" action step to retrieve rows on the basis of the MySQL WHERE clause and after getting the relative row you can update the particular row with the help of the "Update Row" action event.

2022-08-02_15h53_12.png
 

mcadenas

Member
Hi! , thanks for answer, do you have some example how to get rows using WHERE clause with BOOLEAN AND operator ? I just see only an option to use Where
 

Attachments

  • Captura de Pantalla 2022-08-02 a la(s) 2.17.44 p.m..png
    Captura de Pantalla 2022-08-02 a la(s) 2.17.44 p.m..png
    76.9 KB · Views: 103
P

Pabblymember11

Guest
Hey @mcadenas

You can also try the "Custom Query" action event to use the WHERE and AND clauses.

Kindly give it a try and let us know if that works for you.

1659511499721.png
 
Status
Not open for further replies.
Top