IBM webMethods Hybrid Integration

IBM webMethods Hybrid Integration

Join this online group to communicate across IBM product users and experts by sharing advice and best practices with peers and staying up to date regarding product enhancements.



#Automation


#Applicationintegration
#webMethods
#Integration
 View Only
Expand all | Collapse all

How to retrieve data from MySQL columns?

  • 1.  How to retrieve data from MySQL columns?

    Posted 08/22/19 05:43 AM

    Hi Team,
    I want to retrieve data from MySQL


    #webMethods-io-Integration
    #Integration-Server-and-ESB
    #webMethods


  • 2.  RE: How to retrieve data from MySQL columns?

    Posted 08/22/19 05:44 AM

    Hi Vidyesh,

    You can use this query ‘SELECT <column_name>,<column_name>…
    FROM table_name;’ to retrieve data from a particular column
    or you can use ‘SELECT * from table_name;’ to retrieve all data from the table.

    Regards,
    Pramod


    #webMethods
    #Integration-Server-and-ESB
    #webMethods-io-Integration