CMS Development

diavolino
Participant

HubDB Insert/Update rows

Hi folks

 

HubL properly let's me read from HubDB Tables, but i cannot find the proper method to insert.

 

In PHP/MySQL i would just instert as follows: 

INSERT INTO table_name (column1, column2, column3,...)
VALUES (value1, value2, value3,...)

 

Is there any similar way?

0 Upvotes
1 Reply 1
ChehakWadhdwa
Member | Diamond Partner
Member | Diamond Partner

HubDB Insert/Update rows

Hi @diavolino ,

Just like php, in HubSpot there is no alternate method to add data in your hubdb, you have to do it manually by adding each detail in each hubdb row and column in order to insert or delete content.

Hope this helps!

If we were able to answer your query, kindly help the community by marking it as a solution.
Thanks and Regards.

0 Upvotes