SQL to INSERT into table

for quick reference:

example SQL to insert values into a table:

INSERT INTO FP_UC_Cells (CellsGroupID, CellID, SeqNo)
VALUES (@CGID, @CellID, @SeqNo)

Comments