Create & DROP Table in MySQL Database in Ignition from Database Query Browser | Ignition SCADA |

1 year ago
4

Hi, In this video we have covered that how we can create & delete or we can say drop a table in MySQL Database in Ignition SCADA from Database Query Browser.

✅Query to Create Table name "Ignition":
CREATE TABLE Ignition (
ID int,
Var_Name varchar(255),
Value varchar(255)
);

✅Query to Delete or DROP the table name "Ignition":
DROP TABLE Ignition ;

------------------------------------------------------------
🌐Website : https://fusion-automate.super.site/
💬Telegram: https://t.me/PYLIN
📢Join this channel to get access to perks: https://www.youtube.com/channel/UCKKhdFV0q8CV5vWUDfiDfTw/join
------------------------------------------------------------

Loading comments...