When inserting values into my table what do I edit here?
Do I delete the “<” or everything each side of the comma and then just enter what values belong?
INSERT INTO .[place]
([plcName]
,[plcCode]
,[plcVat]
,[plccurc]
,[plcLive]
,[plcISOCodeNumeric]
,[plcTRSEnabled])
VALUES
(<plcName, char(15),>
,<plcCode, char(2),>
,<plcVat, char(1),>
,<plccurc, char(1),>
,<plcLive, char(1),>
,<plcISOCodeNumeric, char(3),>
,<plcTRSEnabled, bit,>)
GO
the values in the
<>are what needs editingexample