Can we have a feature where when we go to view the tables, we can edit them and add more or less fields in them?
Thanks!
With SQL? I think the answer is YES. Eg.
UPDATE `table_name` SET `field_name1`='1' WHERE `field_name2`=2;
yes, editing tables is a cool feature, I plan to add it soon
Log in to post a comment.
With SQL? I think the answer is YES.
Eg.
UPDATE `table_name` SET `field_name1`='1' WHERE `field_name2`=2;
yes, editing tables is a cool feature, I plan to add it soon